| org.bytedeco.cuda.global.cudart.cuCtxAttach(CUctx_st, int)
|
| org.bytedeco.cuda.global.cudart.cuCtxDetach(CUctx_st)
|
| org.bytedeco.cuda.global.cudart.cudaBindSurfaceToArray(surfaceReference, cudaArray, cudaChannelFormatDesc)
|
| org.bytedeco.cuda.global.cudart.cudaBindTexture(SizeTPointer, textureReference, Pointer, cudaChannelFormatDesc, long)
|
| org.bytedeco.cuda.global.cudart.cudaBindTexture2D(SizeTPointer, textureReference, Pointer, cudaChannelFormatDesc, long, long, long)
|
| org.bytedeco.cuda.global.cudart.cudaBindTextureToArray(textureReference, cudaArray, cudaChannelFormatDesc)
|
| org.bytedeco.cuda.global.cudart.cudaBindTextureToMipmappedArray(textureReference, cudaMipmappedArray, cudaChannelFormatDesc)
|
| org.bytedeco.cuda.global.cudart.cudaGetSurfaceReference(PointerPointer, Pointer)
|
| org.bytedeco.cuda.global.cudart.cudaGetTextureAlignmentOffset(SizeTPointer, textureReference)
|
| org.bytedeco.cuda.global.cudart.cudaGetTextureReference(PointerPointer, Pointer)
|
| org.bytedeco.cuda.global.cudart.cudaMemcpyArrayToArray(cudaArray, long, long, cudaArray, long, long, long) |
| org.bytedeco.cuda.global.cudart.cudaMemcpyArrayToArray(cudaArray, long, long, cudaArray, long, long, long, int)
|
| org.bytedeco.cuda.global.cudart.cudaMemcpyFromArray(Pointer, cudaArray, long, long, long, int)
|
| org.bytedeco.cuda.global.cudart.cudaMemcpyFromArrayAsync(Pointer, cudaArray, long, long, long, int) |
| org.bytedeco.cuda.global.cudart.cudaMemcpyFromArrayAsync(Pointer, cudaArray, long, long, long, int, CUstream_st)
|
| org.bytedeco.cuda.global.cudart.cudaMemcpyToArray(cudaArray, long, long, Pointer, long, int)
|
| org.bytedeco.cuda.global.cudart.cudaMemcpyToArrayAsync(cudaArray, long, long, Pointer, long, int) |
| org.bytedeco.cuda.global.cudart.cudaMemcpyToArrayAsync(cudaArray, long, long, Pointer, long, int, CUstream_st)
|
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForDevice(double[]) |
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForDevice(DoubleBuffer) |
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForDevice(DoublePointer)
|
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForHost(double[]) |
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForHost(DoubleBuffer) |
| org.bytedeco.cuda.global.cudart.cudaSetDoubleForHost(DoublePointer)
|
| org.bytedeco.cuda.global.cudart.cudaThreadExit()
|
| org.bytedeco.cuda.global.cudart.cudaThreadGetCacheConfig(int[]) |
| org.bytedeco.cuda.global.cudart.cudaThreadGetCacheConfig(IntBuffer) |
| org.bytedeco.cuda.global.cudart.cudaThreadGetCacheConfig(IntPointer)
|
| org.bytedeco.cuda.global.cudart.cudaThreadGetLimit(SizeTPointer, int)
|
| org.bytedeco.cuda.global.cudart.cudaThreadSetCacheConfig(int)
|
| org.bytedeco.cuda.global.cudart.cudaThreadSetLimit(int, long)
|
| org.bytedeco.cuda.global.cudart.cudaThreadSynchronize()
|
| org.bytedeco.cuda.global.cudart.cudaUnbindTexture(textureReference)
|
| org.bytedeco.cuda.global.cudart.cuDeviceComputeCapability(int[], int[], int) |
| org.bytedeco.cuda.global.cudart.cuDeviceComputeCapability(IntBuffer, IntBuffer, int) |
| org.bytedeco.cuda.global.cudart.cuDeviceComputeCapability(IntPointer, IntPointer, int)
|
| org.bytedeco.cuda.global.cudart.cuDeviceGetProperties(CUdevprop, int)
|
| org.bytedeco.cuda.global.cudart.cuFuncSetBlockShape(CUfunc_st, int, int, int)
|
| org.bytedeco.cuda.global.cudart.cuFuncSetSharedSize(CUfunc_st, int)
|
| org.bytedeco.cuda.global.cudart.cuLaunch(CUfunc_st)
|
| org.bytedeco.cuda.global.cudart.cuLaunchGrid(CUfunc_st, int, int)
|
| org.bytedeco.cuda.global.cudart.cuLaunchGridAsync(CUfunc_st, int, int, CUstream_st)
|
| org.bytedeco.cuda.global.cudart.cuParamSetf(CUfunc_st, int, float)
|
| org.bytedeco.cuda.global.cudart.cuParamSeti(CUfunc_st, int, int)
|
| org.bytedeco.cuda.global.cudart.cuParamSetSize(CUfunc_st, int)
|
| org.bytedeco.cuda.global.cudart.cuParamSetTexRef(CUfunc_st, int, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuParamSetv(CUfunc_st, int, Pointer, int)
|
| org.bytedeco.cuda.global.cusparse.cusparseCcsr2csc(cusparseContext, int, int, int, float2, int[], int[], float2, int[], int[], int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsr2csc(cusparseContext, int, int, int, float2, IntBuffer, IntBuffer, float2, IntBuffer, IntBuffer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsr2csc(cusparseContext, int, int, int, float2, IntPointer, IntPointer, float2, IntPointer, IntPointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgeam(cusparseContext, int, int, float2, cusparseMatDescr, int, float2, int[], int[], float2, cusparseMatDescr, int, float2, int[], int[], cusparseMatDescr, float2, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgeam(cusparseContext, int, int, float2, cusparseMatDescr, int, float2, IntBuffer, IntBuffer, float2, cusparseMatDescr, int, float2, IntBuffer, IntBuffer, cusparseMatDescr, float2, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgeam(cusparseContext, int, int, float2, cusparseMatDescr, int, float2, IntPointer, IntPointer, float2, cusparseMatDescr, int, float2, IntPointer, IntPointer, cusparseMatDescr, float2, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, float2, int[], int[], cusparseMatDescr, int, float2, int[], int[], cusparseMatDescr, float2, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, float2, IntBuffer, IntBuffer, cusparseMatDescr, int, float2, IntBuffer, IntBuffer, cusparseMatDescr, float2, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, float2, IntPointer, IntPointer, cusparseMatDescr, int, float2, IntPointer, IntPointer, cusparseMatDescr, float2, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm(cusparseContext, int, int, int, int, int, float2, cusparseMatDescr, float2, int[], int[], float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm(cusparseContext, int, int, int, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm(cusparseContext, int, int, int, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm2(cusparseContext, int, int, int, int, int, int, float2, cusparseMatDescr, float2, int[], int[], float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm2(cusparseContext, int, int, int, int, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmm2(cusparseContext, int, int, int, int, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, float2, int, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv_mp(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, int[], int[], float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv_mp(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv_mp(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, int[], int[], float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrmv(cusparseContext, int, int, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, float2, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_solve(cusparseContext, int, int, int, float2, cusparseMatDescr, float2, int[], int[], cusparseSolveAnalysisInfo, float2, int, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_solve(cusparseContext, int, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, float2, int, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsm_solve(cusparseContext, int, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, cusparseSolveAnalysisInfo, float2, int, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, float2, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_solve(cusparseContext, int, int, float2, cusparseMatDescr, float2, int[], int[], cusparseSolveAnalysisInfo, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_solve(cusparseContext, int, int, float2, cusparseMatDescr, float2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCcsrsv_solve(cusparseContext, int, int, float2, cusparseMatDescr, float2, IntPointer, IntPointer, cusparseSolveAnalysisInfo, float2, float2) |
| org.bytedeco.cuda.global.cusparse.cusparseCdotci(cusparseContext, int, float2, int[], float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCdotci(cusparseContext, int, float2, IntBuffer, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCdotci(cusparseContext, int, float2, IntPointer, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCdoti(cusparseContext, int, float2, int[], float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCdoti(cusparseContext, int, float2, IntBuffer, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCdoti(cusparseContext, int, float2, IntPointer, float2, float2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsr2cscEx(cusparseContext, int, int, int, Pointer, int, int[], int[], Pointer, int, int[], int[], int, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsr2cscEx(cusparseContext, int, int, int, Pointer, int, IntBuffer, IntBuffer, Pointer, int, IntBuffer, IntBuffer, int, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsr2cscEx(cusparseContext, int, int, int, Pointer, int, IntPointer, IntPointer, Pointer, int, IntPointer, IntPointer, int, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_analysisEx(cusparseContext, int, int, int, cusparseMatDescr, Pointer, int, int[], int[], cusparseSolveAnalysisInfo, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_analysisEx(cusparseContext, int, int, int, cusparseMatDescr, Pointer, int, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_analysisEx(cusparseContext, int, int, int, cusparseMatDescr, Pointer, int, IntPointer, IntPointer, cusparseSolveAnalysisInfo, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_solveEx(cusparseContext, int, int, Pointer, int, cusparseMatDescr, Pointer, int, int[], int[], cusparseSolveAnalysisInfo, Pointer, int, Pointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_solveEx(cusparseContext, int, int, Pointer, int, cusparseMatDescr, Pointer, int, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseCsrsv_solveEx(cusparseContext, int, int, Pointer, int, cusparseMatDescr, Pointer, int, IntPointer, IntPointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsr2csc(cusparseContext, int, int, int, double[], int[], int[], double[], int[], int[], int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsr2csc(cusparseContext, int, int, int, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, IntBuffer, IntBuffer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsr2csc(cusparseContext, int, int, int, DoublePointer, IntPointer, IntPointer, DoublePointer, IntPointer, IntPointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgeam(cusparseContext, int, int, double[], cusparseMatDescr, int, double[], int[], int[], double[], cusparseMatDescr, int, double[], int[], int[], cusparseMatDescr, double[], int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgeam(cusparseContext, int, int, DoubleBuffer, cusparseMatDescr, int, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, cusparseMatDescr, int, DoubleBuffer, IntBuffer, IntBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgeam(cusparseContext, int, int, DoublePointer, cusparseMatDescr, int, DoublePointer, IntPointer, IntPointer, DoublePointer, cusparseMatDescr, int, DoublePointer, IntPointer, IntPointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, double[], int[], int[], cusparseMatDescr, int, double[], int[], int[], cusparseMatDescr, double[], int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, DoubleBuffer, IntBuffer, IntBuffer, cusparseMatDescr, int, DoubleBuffer, IntBuffer, IntBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, DoublePointer, IntPointer, IntPointer, cusparseMatDescr, int, DoublePointer, IntPointer, IntPointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm(cusparseContext, int, int, int, int, int, double[], cusparseMatDescr, double[], int[], int[], double[], int, double[], double[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm(cusparseContext, int, int, int, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm(cusparseContext, int, int, int, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, DoublePointer, int, DoublePointer, DoublePointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm2(cusparseContext, int, int, int, int, int, int, double[], cusparseMatDescr, double[], int[], int[], double[], int, double[], double[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm2(cusparseContext, int, int, int, int, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, int, DoubleBuffer, DoubleBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmm2(cusparseContext, int, int, int, int, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, DoublePointer, int, DoublePointer, DoublePointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv_mp(cusparseContext, int, int, int, int, double[], cusparseMatDescr, double[], int[], int[], double[], double[], double[]) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv_mp(cusparseContext, int, int, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, DoubleBuffer, DoubleBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv_mp(cusparseContext, int, int, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, DoublePointer, DoublePointer, DoublePointer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv(cusparseContext, int, int, int, int, double[], cusparseMatDescr, double[], int[], int[], double[], double[], double[]) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv(cusparseContext, int, int, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, DoubleBuffer, DoubleBuffer, DoubleBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrmv(cusparseContext, int, int, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, DoublePointer, DoublePointer, DoublePointer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, double[], int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_solve(cusparseContext, int, int, int, double[], cusparseMatDescr, double[], int[], int[], cusparseSolveAnalysisInfo, double[], int, double[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_solve(cusparseContext, int, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, DoubleBuffer, int, DoubleBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsm_solve(cusparseContext, int, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo, DoublePointer, int, DoublePointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, double[], int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_solve(cusparseContext, int, int, double[], cusparseMatDescr, double[], int[], int[], cusparseSolveAnalysisInfo, double[], double[]) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_solve(cusparseContext, int, int, DoubleBuffer, cusparseMatDescr, DoubleBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, DoubleBuffer, DoubleBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseDcsrsv_solve(cusparseContext, int, int, DoublePointer, cusparseMatDescr, DoublePointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo, DoublePointer, DoublePointer) |
| org.bytedeco.cuda.global.cusparse.cusparseDdoti(cusparseContext, int, double[], int[], double[], double[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseDdoti(cusparseContext, int, DoubleBuffer, IntBuffer, DoubleBuffer, DoubleBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseDdoti(cusparseContext, int, DoublePointer, IntPointer, DoublePointer, DoublePointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsr2csc(cusparseContext, int, int, int, float[], int[], int[], float[], int[], int[], int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsr2csc(cusparseContext, int, int, int, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, IntBuffer, IntBuffer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsr2csc(cusparseContext, int, int, int, FloatPointer, IntPointer, IntPointer, FloatPointer, IntPointer, IntPointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgeam(cusparseContext, int, int, float[], cusparseMatDescr, int, float[], int[], int[], float[], cusparseMatDescr, int, float[], int[], int[], cusparseMatDescr, float[], int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgeam(cusparseContext, int, int, FloatBuffer, cusparseMatDescr, int, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, cusparseMatDescr, int, FloatBuffer, IntBuffer, IntBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgeam(cusparseContext, int, int, FloatPointer, cusparseMatDescr, int, FloatPointer, IntPointer, IntPointer, FloatPointer, cusparseMatDescr, int, FloatPointer, IntPointer, IntPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, float[], int[], int[], cusparseMatDescr, int, float[], int[], int[], cusparseMatDescr, float[], int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, FloatBuffer, IntBuffer, IntBuffer, cusparseMatDescr, int, FloatBuffer, IntBuffer, IntBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, FloatPointer, IntPointer, IntPointer, cusparseMatDescr, int, FloatPointer, IntPointer, IntPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm(cusparseContext, int, int, int, int, int, float[], cusparseMatDescr, float[], int[], int[], float[], int, float[], float[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm(cusparseContext, int, int, int, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, int, FloatBuffer, FloatBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm(cusparseContext, int, int, int, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, FloatPointer, int, FloatPointer, FloatPointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm2(cusparseContext, int, int, int, int, int, int, float[], cusparseMatDescr, float[], int[], int[], float[], int, float[], float[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm2(cusparseContext, int, int, int, int, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, int, FloatBuffer, FloatBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmm2(cusparseContext, int, int, int, int, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, FloatPointer, int, FloatPointer, FloatPointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv_mp(cusparseContext, int, int, int, int, float[], cusparseMatDescr, float[], int[], int[], float[], float[], float[]) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv_mp(cusparseContext, int, int, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv_mp(cusparseContext, int, int, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, FloatPointer, FloatPointer, FloatPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv(cusparseContext, int, int, int, int, float[], cusparseMatDescr, float[], int[], int[], float[], float[], float[]) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv(cusparseContext, int, int, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, FloatBuffer, FloatBuffer, FloatBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrmv(cusparseContext, int, int, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, FloatPointer, FloatPointer, FloatPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, float[], int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_solve(cusparseContext, int, int, int, float[], cusparseMatDescr, float[], int[], int[], cusparseSolveAnalysisInfo, float[], int, float[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_solve(cusparseContext, int, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, FloatBuffer, int, FloatBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsm_solve(cusparseContext, int, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo, FloatPointer, int, FloatPointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, float[], int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_solve(cusparseContext, int, int, float[], cusparseMatDescr, float[], int[], int[], cusparseSolveAnalysisInfo, float[], float[]) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_solve(cusparseContext, int, int, FloatBuffer, cusparseMatDescr, FloatBuffer, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, FloatBuffer, FloatBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseScsrsv_solve(cusparseContext, int, int, FloatPointer, cusparseMatDescr, FloatPointer, IntPointer, IntPointer, cusparseSolveAnalysisInfo, FloatPointer, FloatPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseSdoti(cusparseContext, int, float[], int[], float[], float[], int) |
| org.bytedeco.cuda.global.cusparse.cusparseSdoti(cusparseContext, int, FloatBuffer, IntBuffer, FloatBuffer, FloatBuffer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseSdoti(cusparseContext, int, FloatPointer, IntPointer, FloatPointer, FloatPointer, int) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgeamNnz(cusparseContext, int, int, cusparseMatDescr, int, int[], int[], cusparseMatDescr, int, int[], int[], cusparseMatDescr, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgeamNnz(cusparseContext, int, int, cusparseMatDescr, int, IntBuffer, IntBuffer, cusparseMatDescr, int, IntBuffer, IntBuffer, cusparseMatDescr, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgeamNnz(cusparseContext, int, int, cusparseMatDescr, int, IntPointer, IntPointer, cusparseMatDescr, int, IntPointer, IntPointer, cusparseMatDescr, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgemmNnz(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, int[], int[], cusparseMatDescr, int, int[], int[], cusparseMatDescr, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgemmNnz(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, IntBuffer, IntBuffer, cusparseMatDescr, int, IntBuffer, IntBuffer, cusparseMatDescr, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseXcsrgemmNnz(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, IntPointer, IntPointer, cusparseMatDescr, int, IntPointer, IntPointer, cusparseMatDescr, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsr2csc(cusparseContext, int, int, int, double2, int[], int[], double2, int[], int[], int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsr2csc(cusparseContext, int, int, int, double2, IntBuffer, IntBuffer, double2, IntBuffer, IntBuffer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsr2csc(cusparseContext, int, int, int, double2, IntPointer, IntPointer, double2, IntPointer, IntPointer, int, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgeam(cusparseContext, int, int, double2, cusparseMatDescr, int, double2, int[], int[], double2, cusparseMatDescr, int, double2, int[], int[], cusparseMatDescr, double2, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgeam(cusparseContext, int, int, double2, cusparseMatDescr, int, double2, IntBuffer, IntBuffer, double2, cusparseMatDescr, int, double2, IntBuffer, IntBuffer, cusparseMatDescr, double2, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgeam(cusparseContext, int, int, double2, cusparseMatDescr, int, double2, IntPointer, IntPointer, double2, cusparseMatDescr, int, double2, IntPointer, IntPointer, cusparseMatDescr, double2, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, double2, int[], int[], cusparseMatDescr, int, double2, int[], int[], cusparseMatDescr, double2, int[], int[]) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, double2, IntBuffer, IntBuffer, cusparseMatDescr, int, double2, IntBuffer, IntBuffer, cusparseMatDescr, double2, IntBuffer, IntBuffer) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrgemm(cusparseContext, int, int, int, int, int, cusparseMatDescr, int, double2, IntPointer, IntPointer, cusparseMatDescr, int, double2, IntPointer, IntPointer, cusparseMatDescr, double2, IntPointer, IntPointer) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm(cusparseContext, int, int, int, int, int, double2, cusparseMatDescr, double2, int[], int[], double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm(cusparseContext, int, int, int, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm(cusparseContext, int, int, int, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm2(cusparseContext, int, int, int, int, int, int, double2, cusparseMatDescr, double2, int[], int[], double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm2(cusparseContext, int, int, int, int, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmm2(cusparseContext, int, int, int, int, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, double2, int, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv_mp(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, int[], int[], double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv_mp(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv_mp(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, int[], int[], double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrmv(cusparseContext, int, int, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, double2, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_solve(cusparseContext, int, int, int, double2, cusparseMatDescr, double2, int[], int[], cusparseSolveAnalysisInfo, double2, int, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_solve(cusparseContext, int, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, double2, int, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsm_solve(cusparseContext, int, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, cusparseSolveAnalysisInfo, double2, int, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, int[], int[], cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_analysis(cusparseContext, int, int, int, cusparseMatDescr, double2, IntPointer, IntPointer, cusparseSolveAnalysisInfo) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_solve(cusparseContext, int, int, double2, cusparseMatDescr, double2, int[], int[], cusparseSolveAnalysisInfo, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_solve(cusparseContext, int, int, double2, cusparseMatDescr, double2, IntBuffer, IntBuffer, cusparseSolveAnalysisInfo, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZcsrsv_solve(cusparseContext, int, int, double2, cusparseMatDescr, double2, IntPointer, IntPointer, cusparseSolveAnalysisInfo, double2, double2) |
| org.bytedeco.cuda.global.cusparse.cusparseZdotci(cusparseContext, int, double2, int[], double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZdotci(cusparseContext, int, double2, IntBuffer, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZdotci(cusparseContext, int, double2, IntPointer, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZdoti(cusparseContext, int, double2, int[], double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZdoti(cusparseContext, int, double2, IntBuffer, double2, double2, int) |
| org.bytedeco.cuda.global.cusparse.cusparseZdoti(cusparseContext, int, double2, IntPointer, double2, double2, int) |
| org.bytedeco.cuda.global.cudart.cuSurfRefGetArray(CUarray_st, CUsurfref_st)
|
| org.bytedeco.cuda.global.cudart.cuSurfRefSetArray(CUsurfref_st, CUarray_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefCreate(CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefDestroy(CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetAddress(LongPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetAddressMode(IntPointer, CUtexref_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetArray(CUarray_st, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetBorderColor(FloatPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetFilterMode(IntPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetFlags(IntPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetFormat(IntPointer, IntPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetMaxAnisotropy(IntPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetMipmapFilterMode(IntPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetMipmapLevelBias(FloatPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetMipmapLevelClamp(FloatPointer, FloatPointer, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefGetMipmappedArray(CUmipmappedArray_st, CUtexref_st)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetAddress(SizeTPointer, CUtexref_st, long, long)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetAddress2D(CUtexref_st, CUDA_ARRAY_DESCRIPTOR, long, long)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetAddressMode(CUtexref_st, int, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetArray(CUtexref_st, CUarray_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetBorderColor(CUtexref_st, FloatPointer)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetFilterMode(CUtexref_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetFlags(CUtexref_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetFormat(CUtexref_st, int, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetMaxAnisotropy(CUtexref_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetMipmapFilterMode(CUtexref_st, int)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetMipmapLevelBias(CUtexref_st, float)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetMipmapLevelClamp(CUtexref_st, float, float)
|
| org.bytedeco.cuda.global.cudart.cuTexRefSetMipmappedArray(CUtexref_st, CUmipmappedArray_st, int)
|
| org.bytedeco.cuda.cudart.cudaPointerAttributes.isManaged()
|
| org.bytedeco.cuda.cudart.cudaPointerAttributes.memoryType()
|
| org.bytedeco.cuda.global.nvml.NVML_DOUBLE_BIT_ECC()
|
| org.bytedeco.cuda.global.nvml.NVML_SINGLE_BIT_ECC()
|
| org.bytedeco.cuda.global.nvml.nvmlDeviceGetDetailedEccErrors(nvmlDevice_st, int, int, nvmlEccErrorCounts_t)
|
| org.bytedeco.cuda.global.nvml.nvmlDeviceGetHandleBySerial(BytePointer, nvmlDevice_st)
|