Modifier and Type | Method and Description |
---|---|
static int |
JCusparse.cusparseCcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsric02_bufferSizeExt(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedVal,
jcuda.Pointer csrSortedRowPtr,
jcuda.Pointer csrSortedColInd,
csric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseCcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA_valM,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCreateCsric02Info(csric02Info info)
incomplete Cholesky (algorithm 2)
|
static int |
JCusparse.cusparseDcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsric02_bufferSizeExt(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedVal,
jcuda.Pointer csrSortedRowPtr,
jcuda.Pointer csrSortedColInd,
csric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseDcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA_valM,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDestroyCsric02Info(csric02Info info) |
static int |
JCusparse.cusparseScsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseScsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsric02_bufferSizeExt(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedVal,
jcuda.Pointer csrSortedRowPtr,
jcuda.Pointer csrSortedColInd,
csric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseScsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA_valM,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseXcsric02_zeroPivot(cusparseHandle handle,
csric02Info info,
jcuda.Pointer position)
Description: Compute the incomplete-Cholesky factorization with 0 fill-in (IC0)
of the matrix A stored in CSR format based on the information in the opaque
structure info that was obtained from the analysis phase (csrsv2_analysis).
|
static int |
JCusparse.cusparseZcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsric02_bufferSizeExt(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedVal,
jcuda.Pointer csrSortedRowPtr,
jcuda.Pointer csrSortedColInd,
csric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseZcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA_valM,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |