Uses of Class
org.bytedeco.cuda.cusparse.bsrsv2Info
-
Packages that use bsrsv2Info Package Description org.bytedeco.cuda.global -
-
Uses of bsrsv2Info in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type bsrsv2Info Modifier and Type Method Description static intcusparse. cusparseCbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseCbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseCbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseCbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, float2 f, float2 x, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, float2 f, float2 x, int policy, Pointer pBuffer)static intcusparse. cusparseCbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, float2 alpha, cusparseMatDescr descrA, float2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, float2 f, float2 x, int policy, Pointer pBuffer)static intcusparse. cusparseCreateBsrsv2Info(bsrsv2Info info)static intcusparse. cusparseDbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, DoubleBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, DoublePointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseDbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, DoubleBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseDbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, DoublePointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseDbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, double[] alpha, cusparseMatDescr descrA, double[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, double[] f, double[] x, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, DoubleBuffer alpha, cusparseMatDescr descrA, DoubleBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, DoubleBuffer f, DoubleBuffer x, int policy, Pointer pBuffer)static intcusparse. cusparseDbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, DoublePointer alpha, cusparseMatDescr descrA, DoublePointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, DoublePointer f, DoublePointer x, int policy, Pointer pBuffer)static intcusparse. cusparseDestroyBsrsv2Info(bsrsv2Info info)static intcusparse. cusparseSbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, FloatBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, FloatPointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, float[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseSbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, FloatBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseSbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, FloatPointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseSbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, float[] alpha, cusparseMatDescr descrA, float[] bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, float[] f, float[] x, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, FloatBuffer alpha, cusparseMatDescr descrA, FloatBuffer bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, FloatBuffer f, FloatBuffer x, int policy, Pointer pBuffer)static intcusparse. cusparseSbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, FloatPointer alpha, cusparseMatDescr descrA, FloatPointer bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, FloatPointer f, FloatPointer x, int policy, Pointer pBuffer)static intcusparse. cusparseXbsrsv2_zeroPivot(cusparseContext handle, bsrsv2Info info, int[] _position)static intcusparse. cusparseXbsrsv2_zeroPivot(cusparseContext handle, bsrsv2Info info, IntBuffer _position)static intcusparse. cusparseXbsrsv2_zeroPivot(cusparseContext handle, bsrsv2Info info, IntPointer _position)static intcusparse. cusparseZbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsv2_analysis(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, int[] pBufferSizeInBytes)static intcusparse. cusparseZbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntBuffer pBufferSizeInBytes)static intcusparse. cusparseZbsrsv2_bufferSize(cusparseContext handle, int dirA, int transA, int mb, int nnzb, cusparseMatDescr descrA, double2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, IntPointer pBufferSizeInBytes)static intcusparse. cusparseZbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedValA, int[] bsrSortedRowPtrA, int[] bsrSortedColIndA, int blockDim, bsrsv2Info info, double2 f, double2 x, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedValA, IntBuffer bsrSortedRowPtrA, IntBuffer bsrSortedColIndA, int blockDim, bsrsv2Info info, double2 f, double2 x, int policy, Pointer pBuffer)static intcusparse. cusparseZbsrsv2_solve(cusparseContext handle, int dirA, int transA, int mb, int nnzb, double2 alpha, cusparseMatDescr descrA, double2 bsrSortedValA, IntPointer bsrSortedRowPtrA, IntPointer bsrSortedColIndA, int blockDim, bsrsv2Info info, double2 f, double2 x, int policy, Pointer pBuffer)
-