Uses of Class
org.bytedeco.cuda.cusparse.bsrsm2Info
-
Packages that use bsrsm2Info Package Description org.bytedeco.cuda.global -
-
Uses of bsrsm2Info in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type bsrsm2Info Modifier and Type Method Description static intcusparse. cusparseCbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseCbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseCbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseCbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, float2 B, int ldb, float2 X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, float2 B, int ldb, float2 X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, float2 B, int ldb, float2 X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseCreateBsrsm2Info(bsrsm2Info info)static intcusparse. cusparseDbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, DoubleBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, DoublePointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseDbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, DoubleBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseDbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, DoublePointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseDbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, double[] alpha, cusparseMatDescr descrA, double[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, double[] B, int ldb, double[] X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, DoubleBuffer alpha, cusparseMatDescr descrA, DoubleBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, DoubleBuffer B, int ldb, DoubleBuffer X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, DoublePointer alpha, cusparseMatDescr descrA, DoublePointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, DoublePointer B, int ldb, DoublePointer X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseDestroyBsrsm2Info(bsrsm2Info info)static intcusparse. cusparseSbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, FloatBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, FloatPointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, float[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseSbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, FloatBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseSbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, FloatPointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseSbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, float[] alpha, cusparseMatDescr descrA, float[] bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, float[] B, int ldb, float[] X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, FloatBuffer alpha, cusparseMatDescr descrA, FloatBuffer bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, FloatBuffer B, int ldb, FloatBuffer X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, FloatPointer alpha, cusparseMatDescr descrA, FloatPointer bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, FloatPointer B, int ldb, FloatPointer X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseXbsrsm2_zeroPivot(cusparseContext handle, bsrsm2Info info, int[] _position)static intcusparse. cusparseXbsrsm2_zeroPivot(cusparseContext handle, bsrsm2Info info, IntBuffer _position)static intcusparse. cusparseXbsrsm2_zeroPivot(cusparseContext handle, bsrsm2Info info, IntPointer _position)static intcusparse. cusparseZbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsm2_analysis(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseZbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseZbsrsm2_bufferSize(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, double2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseZbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedVal, int[] bsrSortedRowPtr, int[] bsrSortedColInd, int blockSize, bsrsm2Info info, double2 B, int ldb, double2 X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedVal, IntBuffer bsrSortedRowPtr, IntBuffer bsrSortedColInd, int blockSize, bsrsm2Info info, double2 B, int ldb, double2 X, int ldx, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsm2_solve(cusparseContext handle, int dirA, int transA, int transXY, int mb, int n, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedVal, IntPointer bsrSortedRowPtr, IntPointer bsrSortedColInd, int blockSize, bsrsm2Info info, double2 B, int ldb, double2 X, int ldx, int policy, Pointer pBuffer)
-