Modifier and Type | Method and Description |
---|---|
static int |
JCusparse.cusparseCcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsrsv2_bufferSizeExt(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseCcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer f,
jcuda.Pointer x,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCreateCsrsv2Info(csrsv2Info info)
sparse triangular solve (algorithm 2)
|
static int |
JCusparse.cusparseDcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsrsv2_bufferSizeExt(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseDcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer f,
jcuda.Pointer x,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDestroyCsrsv2Info(csrsv2Info info) |
static int |
JCusparse.cusparseScsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseScsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsrsv2_bufferSizeExt(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseScsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer f,
jcuda.Pointer x,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseXcsrsv2_zeroPivot(cusparseHandle handle,
csrsv2Info info,
jcuda.Pointer position)
Description: Solution of triangular linear system op(A) * x = alpha * f,
where A is a sparse matrix in CSR storage format, rhs f and solution y
are dense vectors.
|
static int |
JCusparse.cusparseZcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsrsv2_bufferSizeExt(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseZcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csrsv2Info info,
jcuda.Pointer f,
jcuda.Pointer x,
int policy,
jcuda.Pointer pBuffer) |