Modifier and Type | Method and Description |
---|---|
static int |
JCusparse2.cusparseCbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseCbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseCbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
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 bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrilu02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrilu02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCbsrilu02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descra,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrmm(cusparseHandle handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockSize,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseCbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseCbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse.cusparseCbsrsm2_analysis(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrsm2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCbsrsm2_solve(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer X,
int ldx,
jcuda.Pointer Y,
int ldy,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrsv2_analysis(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCbsrsv2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCbsrsv2_solve(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseCbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseCbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseCcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseCcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseCcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseCcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseCcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseCcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC) |
static int |
JCusparse2.cusparseCcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseCcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse.cusparseCcsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsr2gebsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseCcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseCcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseCcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseCcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseCcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseCcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseCcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseCcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseCcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseCcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseCcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseCcsrilu02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCcsrilu02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsrilu02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseCcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseCcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseCcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseCcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseCcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseCcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseCcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseCcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseCcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy)
Deprecated.
|
static int |
JCusparse.cusparseCcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy) |
static int |
JCusparse2.cusparseCcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseCcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseCcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseCcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse.cusparseCcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseCcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descra,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseCdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA)
Deprecated.
|
static int |
JCusparse.cusparseCdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA) |
static int |
JCusparse2.cusparseCdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseCdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseCdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseCdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse.cusparseCgebsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseCgebsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseCgebsr2gebsr(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseChyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr)
Deprecated.
|
static int |
JCusparse.cusparseChyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr) |
static int |
JCusparse2.cusparseChyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseChyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseChyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseChyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseChybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseChybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseChybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseChybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseChybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseChybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseCnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
|
static int |
JCusparse.cusparseCnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr) |
static int |
JCusparse2.cusparseCreateMatDescr(cusparseMatDescr descrA)
Deprecated.
When the matrix descriptor is created, its fields are initialized to:
CUSPARSE_MATRIX_TYPE_GENERAL
CUSPARSE_INDEX_BASE_ZERO
All other fields are uninitialized
|
static int |
JCusparse.cusparseCreateMatDescr(cusparseMatDescr descrA) |
static int |
JCusparse2.cusparseDbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseDbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseDbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
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 bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrilu02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrilu02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDbsrilu02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descra,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrmm(cusparseHandle handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockSize,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseDbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse.cusparseDbsrsm2_analysis(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrsm2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDbsrsm2_solve(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer X,
int ldx,
jcuda.Pointer Y,
int ldy,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrsv2_analysis(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDbsrsv2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDbsrsv2_solve(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseDcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseDcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseDcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseDcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseDcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseDcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC) |
static int |
JCusparse2.cusparseDcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseDcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse.cusparseDcsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsr2gebsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseDcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseDcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseDcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseDcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseDcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseDcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseDcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseDcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseDcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseDcsrilu02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDcsrilu02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsrilu02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseDcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseDcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseDcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseDcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseDcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseDcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseDcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy)
Deprecated.
|
static int |
JCusparse.cusparseDcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy) |
static int |
JCusparse2.cusparseDcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseDcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseDcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse.cusparseDcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseDcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descra,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA)
Deprecated.
|
static int |
JCusparse.cusparseDdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA) |
static int |
JCusparse2.cusparseDdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseDdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseDdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseDdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseDestroyMatDescr(cusparseMatDescr descrA)
Deprecated.
|
static int |
JCusparse.cusparseDestroyMatDescr(cusparseMatDescr descrA) |
static int |
JCusparse.cusparseDgebsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseDgebsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseDgebsr2gebsr(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseDhyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr)
Deprecated.
|
static int |
JCusparse.cusparseDhyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr) |
static int |
JCusparse2.cusparseDhyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseDhyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseDhyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseDhyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseDhybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDhybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseDhybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseDhybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseDhybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseDhybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseDnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
|
static int |
JCusparse.cusparseDnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr) |
static int |
JCusparse2.cusparseGetMatDiagType(cusparseMatDescr descrA)
Deprecated.
|
static int |
JCusparse.cusparseGetMatDiagType(cusparseMatDescr descrA) |
static int |
JCusparse2.cusparseGetMatFillMode(cusparseMatDescr descrA)
Deprecated.
|
static int |
JCusparse.cusparseGetMatFillMode(cusparseMatDescr descrA) |
static int |
JCusparse2.cusparseGetMatIndexBase(cusparseMatDescr descrA)
Deprecated.
|
static int |
JCusparse.cusparseGetMatIndexBase(cusparseMatDescr descrA) |
static int |
JCusparse2.cusparseGetMatType(cusparseMatDescr descrA)
Deprecated.
|
static int |
JCusparse.cusparseGetMatType(cusparseMatDescr descrA) |
static int |
JCusparse2.cusparseSbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
Description: This routine converts a sparse matrix in BSR storage format
to a sparse matrix in CSR storage format.
|
static int |
JCusparse.cusparseSbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Description: This routine converts a sparse matrix in BSR storage format
to a sparse matrix in CSR storage format.
|
static int |
JCusparse.cusparseSbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
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 bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrilu02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrilu02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSbsrilu02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descra,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrmm(cusparseHandle handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockSize,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseSbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in BSR storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseSbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in BSR storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseSbsrsm2_analysis(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrsm2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSbsrsm2_solve(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer X,
int ldx,
jcuda.Pointer Y,
int ldy,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrsv2_analysis(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseSbsrsv2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSbsrsv2_solve(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseSbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in extended BSR storage format, x and y are dense
vectors.
|
static int |
JCusparse.cusparseSbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in extended BSR storage format, x and y are dense
vectors.
|
static int |
JCusparse2.cusparseScsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda)
Deprecated.
Description: This routine converts a sparse matrix in CSC storage format
to a dense matrix.
|
static int |
JCusparse.cusparseScsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda)
Description: This routine converts a sparse matrix in CSC storage format
to a dense matrix.
|
static int |
JCusparse2.cusparseScsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
Description: This routine converts a sparse matrix in CSC storage format
to a sparse matrix in HYB storage format.
|
static int |
JCusparse.cusparseScsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Description: This routine converts a sparse matrix in CSC storage format
to a sparse matrix in HYB storage format.
|
static int |
JCusparse2.cusparseScsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseScsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC) |
static int |
JCusparse2.cusparseScsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda)
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format
to a dense matrix.
|
static int |
JCusparse.cusparseScsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda)
Description: This routine converts a sparse matrix in CSR storage format
to a dense matrix.
|
static int |
JCusparse.cusparseScsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsr2gebsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseScsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format
to a sparse matrix in HYB storage format.
|
static int |
JCusparse.cusparseScsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Description: This routine converts a sparse matrix in CSR storage format
to a sparse matrix in HYB storage format.
|
static int |
JCusparse2.cusparseScsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseScsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseScsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseScsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseScsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
Description: Compute the incomplete-Cholesky factorization with 0 fill-in (IC0)
based on the information in the opaque structure info that was obtained
from the analysis phase (csrsv_analysis).
|
static int |
JCusparse.cusparseScsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Description: Compute the incomplete-Cholesky factorization with 0 fill-in (IC0)
based on the information in the opaque structure info that was obtained
from the analysis phase (csrsv_analysis).
|
static int |
JCusparse.cusparseScsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseScsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseScsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
Description: Compute the incomplete-LU factorization with 0 fill-in (ILU0)
based on the information in the opaque structure info that was obtained
from the analysis phase (csrsv_analysis).
|
static int |
JCusparse.cusparseScsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Description: Compute the incomplete-LU factorization with 0 fill-in (ILU0)
based on the information in the opaque structure info that was obtained
from the analysis phase (csrsv_analysis).
|
static int |
JCusparse.cusparseScsrilu02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseScsrilu02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsrilu02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseScsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
Description: Matrix-matrix multiplication C = alpha * op(A) * B + beta * C,
where A is a sparse matrix, B and C are dense and usually tall matrices.
|
static int |
JCusparse.cusparseScsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Description: Matrix-matrix multiplication C = alpha * op(A) * B + beta * C,
where A is a sparse matrix, B and C are dense and usually tall matrices.
|
static int |
JCusparse2.cusparseScsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseScsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseScsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in CSR storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseScsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in CSR storage format, x and y are dense vectors.
|
static int |
JCusparse2.cusparseScsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
Description: Solution of triangular linear system op(A) * Y = alpha * X,
with multiple right-hand-sides, where A is a sparse matrix in CSR storage
format, X and Y are dense and usually tall matrices.
|
static int |
JCusparse.cusparseScsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Description: Solution of triangular linear system op(A) * Y = alpha * X,
with multiple right-hand-sides, where A is a sparse matrix in CSR storage
format, X and Y are dense and usually tall matrices.
|
static int |
JCusparse2.cusparseScsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy)
Deprecated.
|
static int |
JCusparse.cusparseScsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy) |
static int |
JCusparse2.cusparseScsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
Description: Solution of triangular linear system op(A) * y = alpha * x,
where A is a sparse matrix in CSR storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseScsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Description: Solution of triangular linear system op(A) * y = alpha * x,
where A is a sparse matrix in CSR storage format, x and y are dense vectors.
|
static int |
JCusparse2.cusparseScsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseScsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse.cusparseScsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseScsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseScsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descra,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseSdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA)
Deprecated.
Description: This routine converts a dense matrix to a sparse matrix
in the CSC storage format, using the information computed by the
nnz routine.
|
static int |
JCusparse.cusparseSdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA)
Description: This routine converts a dense matrix to a sparse matrix
in the CSC storage format, using the information computed by the
nnz routine.
|
static int |
JCusparse2.cusparseSdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
Description: This routine converts a dense matrix to a sparse matrix
in the CSR storage format, using the information computed by the
nnz routine.
|
static int |
JCusparse.cusparseSdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Description: This routine converts a dense matrix to a sparse matrix
in the CSR storage format, using the information computed by the
nnz routine.
|
static int |
JCusparse2.cusparseSdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
Description: This routine converts a dense matrix to a sparse matrix
in HYB storage format.
|
static int |
JCusparse.cusparseSdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Description: This routine converts a dense matrix to a sparse matrix
in HYB storage format.
|
static int |
JCusparse2.cusparseSetMatDiagType(cusparseMatDescr descrA,
int diagType)
Deprecated.
|
static int |
JCusparse.cusparseSetMatDiagType(cusparseMatDescr descrA,
int diagType) |
static int |
JCusparse2.cusparseSetMatFillMode(cusparseMatDescr descrA,
int fillMode)
Deprecated.
|
static int |
JCusparse.cusparseSetMatFillMode(cusparseMatDescr descrA,
int fillMode) |
static int |
JCusparse2.cusparseSetMatIndexBase(cusparseMatDescr descrA,
int base)
Deprecated.
|
static int |
JCusparse.cusparseSetMatIndexBase(cusparseMatDescr descrA,
int base) |
static int |
JCusparse2.cusparseSetMatType(cusparseMatDescr descrA,
int type)
Deprecated.
|
static int |
JCusparse.cusparseSetMatType(cusparseMatDescr descrA,
int type) |
static int |
JCusparse.cusparseSgebsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseSgebsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseSgebsr2gebsr(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseShyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr)
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format
to a sparse matrix in CSC storage format.
|
static int |
JCusparse.cusparseShyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr)
Description: This routine converts a sparse matrix in HYB storage format
to a sparse matrix in CSC storage format.
|
static int |
JCusparse2.cusparseShyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format
to a sparse matrix in CSR storage format.
|
static int |
JCusparse.cusparseShyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Description: This routine converts a sparse matrix in HYB storage format
to a sparse matrix in CSR storage format.
|
static int |
JCusparse2.cusparseShyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda)
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format
to a dense matrix.
|
static int |
JCusparse.cusparseShyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda)
Description: This routine converts a sparse matrix in HYB storage format
to a dense matrix.
|
static int |
JCusparse2.cusparseShybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in HYB storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseShybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Description: Matrix-vector multiplication y = alpha * op(A) * x + beta * y,
where A is a sparse matrix in HYB storage format, x and y are dense vectors.
|
static int |
JCusparse2.cusparseShybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
Description: Solution of triangular linear system op(A) * y = alpha * x,
where A is a sparse matrix in HYB storage format, x and y are dense vectors.
|
static int |
JCusparse.cusparseShybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Description: Solution of triangular linear system op(A) * y = alpha * x,
where A is a sparse matrix in HYB storage format, x and y are dense vectors.
|
static int |
JCusparse2.cusparseShybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseShybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseSnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
Description: This routine finds the total number of non-zero elements and
the number of non-zero elements per row or column in the dense matrix A.
|
static int |
JCusparse.cusparseSnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr)
Description: This routine finds the total number of non-zero elements and
the number of non-zero elements per row or column in the dense matrix A.
|
static int |
JCusparse2.cusparseXcsr2bsrNnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format
to a sparse matrix in BSR storage format.
|
static int |
JCusparse.cusparseXcsr2bsrNnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Description: This routine converts a sparse matrix in CSR storage format
to a sparse matrix in BSR storage format.
|
static int |
JCusparse.cusparseXcsr2gebsrNnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrC,
jcuda.Pointer bsrRowPtrC,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer nnzTotalDevHostPtr,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseXcsrgeamNnz(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
Description: This routine computes a sparse matrix that results from
addition of two sparse matrices.
|
static int |
JCusparse.cusparseXcsrgeamNnz(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Description: This routine computes a sparse matrix that results from
addition of two sparse matrices.
|
static int |
JCusparse2.cusparseXcsrgemmNnz(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
Description: This routine computes a sparse matrix that results from
multiplication of two sparse matrices.
|
static int |
JCusparse.cusparseXcsrgemmNnz(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer nnzTotalDevHostPtr)
Description: This routine computes a sparse matrix that results from
multiplication of two sparse matrices.
|
static int |
JCusparse.cusparseXgebsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseXgebsr2gebsrNnz(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
jcuda.Pointer bsrRowPtrC,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer nnzTotalDevHostPtr,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseZbsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseZbsric02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
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 bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZbsric02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrilu02_analysis(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrilu02_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZbsrilu02(cusparseHandle handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descra,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrmm(cusparseHandle handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockSize,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseZbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZbsrmv(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse.cusparseZbsrsm2_analysis(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrsm2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZbsrsm2_solve(cusparseHandle handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockSize,
bsrsm2Info info,
jcuda.Pointer X,
int ldx,
jcuda.Pointer Y,
int ldy,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrsv2_analysis(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZbsrsv2_bufferSize(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZbsrsv2_solve(cusparseHandle handle,
int dirA,
int transA,
int mb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrVal,
jcuda.Pointer bsrRowPtr,
jcuda.Pointer bsrColInd,
int blockDim,
bsrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZbsrxmv(cusparseHandle handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrMaskPtrA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrEndPtrA,
jcuda.Pointer bsrColIndA,
int blockDim,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseZcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseZcsc2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseZcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseZcsc2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseZcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseZcsr2bsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int blockDim,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC) |
static int |
JCusparse2.cusparseZcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseZcsr2dense(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse.cusparseZcsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsr2gebsr(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDim,
int colBlockDim,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseZcsr2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse2.cusparseZcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseZcsrgeam(cusparseHandle handle,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer beta,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseZcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC)
Deprecated.
|
static int |
JCusparse.cusparseZcsrgemm(cusparseHandle handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseMatDescr descrB,
int nnzB,
jcuda.Pointer csrValB,
jcuda.Pointer csrRowPtrB,
jcuda.Pointer csrColIndB,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse2.cusparseZcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseZcsric0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseZcsric02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZcsric02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsric02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csric02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseZcsrilu0(cusparseHandle handle,
int trans,
int m,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_ValM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse.cusparseZcsrilu02_analysis(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZcsrilu02_bufferSize(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsrilu02(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA_valM,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrilu02Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseZcsrmm(cusparseHandle handle,
int transA,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseZcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc)
Deprecated.
|
static int |
JCusparse.cusparseZcsrmm2(cusparseHandle handle,
int transa,
int transb,
int m,
int n,
int k,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer B,
int ldb,
jcuda.Pointer beta,
jcuda.Pointer C,
int ldc) |
static int |
JCusparse2.cusparseZcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZcsrmv(cusparseHandle handle,
int transA,
int m,
int n,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseZcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseZcsrsm_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseZcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy)
Deprecated.
|
static int |
JCusparse.cusparseZcsrsm_solve(cusparseHandle handle,
int transA,
int m,
int n,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
int ldx,
jcuda.Pointer y,
int ldy) |
static int |
JCusparse2.cusparseZcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseZcsrsv_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseZcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZcsrsv_solve(cusparseHandle handle,
int transA,
int m,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse.cusparseZcsrsv2_analysis(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse.cusparseZcsrsv2_bufferSize(cusparseHandle handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZcsrsv2_solve(cusparseHandle handle,
int transA,
int m,
int nnz,
jcuda.Pointer alpha,
cusparseMatDescr descra,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA,
csrsv2Info info,
jcuda.Pointer x,
jcuda.Pointer y,
int policy,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA)
Deprecated.
|
static int |
JCusparse.cusparseZdense2csc(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerCol,
jcuda.Pointer cscValA,
jcuda.Pointer cscRowIndA,
jcuda.Pointer cscColPtrA) |
static int |
JCusparse2.cusparseZdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseZdense2csr(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseZdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
JCusparse.cusparseZdense2hyb(cusparseHandle handle,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
JCusparse.cusparseZgebsr2csr(cusparseHandle handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
jcuda.Pointer csrValC,
jcuda.Pointer csrRowPtrC,
jcuda.Pointer csrColIndC) |
static int |
JCusparse.cusparseZgebsr2gebsr_bufferSize(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBufferSizeInBytes) |
static int |
JCusparse.cusparseZgebsr2gebsr(cusparseHandle handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
jcuda.Pointer bsrValA,
jcuda.Pointer bsrRowPtrA,
jcuda.Pointer bsrColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
jcuda.Pointer bsrValC,
jcuda.Pointer bsrRowPtrC,
jcuda.Pointer bsrColIndC,
int rowBlockDimC,
int colBlockDimC,
jcuda.Pointer pBuffer) |
static int |
JCusparse2.cusparseZhyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr)
Deprecated.
|
static int |
JCusparse.cusparseZhyb2csc(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer cscVal,
jcuda.Pointer cscRowInd,
jcuda.Pointer cscColPtr) |
static int |
JCusparse2.cusparseZhyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA)
Deprecated.
|
static int |
JCusparse.cusparseZhyb2csr(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer csrValA,
jcuda.Pointer csrRowPtrA,
jcuda.Pointer csrColIndA) |
static int |
JCusparse2.cusparseZhyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda)
Deprecated.
|
static int |
JCusparse.cusparseZhyb2dense(cusparseHandle handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer A,
int lda) |
static int |
JCusparse2.cusparseZhybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZhybmv(cusparseHandle handle,
int transA,
jcuda.Pointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
jcuda.Pointer x,
jcuda.Pointer beta,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseZhybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
JCusparse.cusparseZhybsv_analysis(cusparseHandle handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
JCusparse2.cusparseZhybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y)
Deprecated.
|
static int |
JCusparse.cusparseZhybsv_solve(cusparseHandle handle,
int trans,
jcuda.Pointer alpha,
cusparseMatDescr descra,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
jcuda.Pointer x,
jcuda.Pointer y) |
static int |
JCusparse2.cusparseZnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr)
Deprecated.
|
static int |
JCusparse.cusparseZnnz(cusparseHandle handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
jcuda.Pointer A,
int lda,
jcuda.Pointer nnzPerRowCol,
jcuda.Pointer nnzTotalDevHostPtr) |