static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCreateCsrsv2Info(csrsv2Info info) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
double[] f,
double[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
DoubleBuffer f,
DoubleBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
DoublePointer f,
DoublePointer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDestroyCsrsv2Info(csrsv2Info info) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
float[] f,
float[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
FloatBuffer f,
FloatBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
FloatPointer f,
FloatPointer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrsv2_zeroPivot(cusparseContext handle,
csrsv2Info info,
int[] position) |
static int |
cusparse.cusparseXcsrsv2_zeroPivot(cusparseContext handle,
csrsv2Info info,
IntBuffer position) |
static int |
cusparse.cusparseXcsrsv2_zeroPivot(cusparseContext handle,
csrsv2Info info,
IntPointer position) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |