Modifier and Type | Method and Description |
---|---|
static int |
JCusparse.cusparseCbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pInputBuffer) |
static int |
JCusparse.cusparseCbsric02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCbsric02_bufferSizeExt(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockSize,
bsric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseCbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCreateBsric02Info(bsric02Info info) |
static int |
JCusparse.cusparseDbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pInputBuffer) |
static int |
JCusparse.cusparseDbsric02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDbsric02_bufferSizeExt(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockSize,
bsric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseDbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDestroyBsric02Info(bsric02Info info) |
static int |
JCusparse.cusparseSbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pInputBuffer) |
static int |
JCusparse.cusparseSbsric02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSbsric02_bufferSizeExt(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockSize,
bsric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseSbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseXbsric02_zeroPivot(cusparseHandle handle,
bsric02Info info,
jcuda.Pointer position)
Description: Compute the incomplete-Cholesky factorization with 0 fill-in (IC0)
of the matrix A stored in block-CSR format based on the information in the opaque
structure info that was obtained from the analysis phase (bsrsv2_analysis).
|
static int |
JCusparse.cusparseZbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pInputBuffer) |
static int |
JCusparse.cusparseZbsric02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZbsric02_bufferSizeExt(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockSize,
bsric02Info info,
long[] pBufferSize) |
static int |
JCusparse.cusparseZbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrSortedVal,
jcuda.Pointer bsrSortedRowPtr,
jcuda.Pointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |