Uses of Class
jcuda.jcusparse.cusparseMatDescr

Uses of cusparseMatDescr in jcuda.jcusparse
 

Methods in jcuda.jcusparse with parameters of type cusparseMatDescr
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)
           
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)
           
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)
           
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)
           
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.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)
           
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 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)
           
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)
           
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)
           
static int JCusparse2.cusparseCcsric0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse2.cusparseCcsrilu0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse.cusparseCcsrmm(cusparseHandle handle, int transA, int m, int n, int k, jcuda.cuComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer B, int ldb, jcuda.cuComplex beta, jcuda.Pointer C, int ldc)
           
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)
           
static int JCusparse.cusparseCcsrmv(cusparseHandle handle, int transA, int m, int n, jcuda.cuComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer x, jcuda.cuComplex beta, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
static int JCusparse.cusparseCcsrsv_analysis(cusparseHandle handle, int transA, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
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)
           
static int JCusparse.cusparseCcsrsv_solve(cusparseHandle handle, int transA, int m, jcuda.cuComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info, jcuda.Pointer x, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
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)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse.cusparseCnnz(cusparseHandle handle, int dirA, int m, int n, cusparseMatDescr descrA, jcuda.Pointer A, int lda, jcuda.Pointer nnzPerRowCol, jcuda.Pointer nnzHostPtr)
           
static int JCusparse2.cusparseCreateMatDescr(cusparseMatDescr descrA)
           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)
           
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)
           
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)
           
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)
           
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.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)
           
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 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)
           
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)
           
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)
           
static int JCusparse2.cusparseDcsric0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse2.cusparseDcsrilu0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse.cusparseDcsrmm(cusparseHandle handle, int transA, int m, int n, int k, double alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer B, int ldb, double beta, jcuda.Pointer C, int ldc)
           
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)
           
static int JCusparse.cusparseDcsrmv(cusparseHandle handle, int transA, int m, int n, double alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer x, double beta, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
static int JCusparse.cusparseDcsrsv_analysis(cusparseHandle handle, int transA, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
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)
           
static int JCusparse.cusparseDcsrsv_solve(cusparseHandle handle, int transA, int m, double alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info, jcuda.Pointer x, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
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)
           
static int JCusparse2.cusparseDestroyMatDescr(cusparseMatDescr descrA)
           
static int JCusparse.cusparseDestroyMatDescr(cusparseMatDescr descrA)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse.cusparseDnnz(cusparseHandle handle, int dirA, int m, int n, cusparseMatDescr descrA, jcuda.Pointer A, int lda, jcuda.Pointer nnzPerRowCol, jcuda.Pointer nnzHostPtr)
           
static int JCusparse2.cusparseGetMatDiagType(cusparseMatDescr descrA)
           
static int JCusparse.cusparseGetMatDiagType(cusparseMatDescr descrA)
           
static int JCusparse2.cusparseGetMatFillMode(cusparseMatDescr descrA)
           
static int JCusparse.cusparseGetMatFillMode(cusparseMatDescr descrA)
           
static int JCusparse2.cusparseGetMatIndexBase(cusparseMatDescr descrA)
           
static int JCusparse.cusparseGetMatIndexBase(cusparseMatDescr descrA)
           
static int JCusparse2.cusparseGetMatType(cusparseMatDescr descrA)
           
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)
          Description: This routine converts a sparse matrix in BSR storage format to a sparse matrix in CSR storage format.
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)
          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 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)
          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)
          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)
           
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)
           
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)
          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)
           
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)
          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)
           
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)
           
static int JCusparse2.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 JCusparse2.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.cusparseScsrmm(cusparseHandle handle, int transA, int m, int n, int k, float alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer B, int ldb, float beta, jcuda.Pointer C, int ldc)
          Sparse Level 3 functions
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)
          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.cusparseScsrmv(cusparseHandle handle, int transA, int m, int n, float alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer x, float beta, jcuda.Pointer y)
          Sparse Level 2 functions
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)
          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)
          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)
           
static int JCusparse.cusparseScsrsv_analysis(cusparseHandle handle, int transA, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
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)
          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_solve(cusparseHandle handle, int transA, int m, float alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info, jcuda.Pointer x, jcuda.Pointer y)
           
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)
           
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)
          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)
           
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)
          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)
           
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)
          Description: This routine converts a dense matrix to a sparse matrix in HYB storage format.
static int JCusparse2.cusparseSetMatDiagType(cusparseMatDescr descrA, int diagType)
           
static int JCusparse.cusparseSetMatDiagType(cusparseMatDescr descrA, int diagType)
           
static int JCusparse2.cusparseSetMatFillMode(cusparseMatDescr descrA, int fillMode)
           
static int JCusparse.cusparseSetMatFillMode(cusparseMatDescr descrA, int fillMode)
           
static int JCusparse2.cusparseSetMatIndexBase(cusparseMatDescr descrA, int base)
           
static int JCusparse.cusparseSetMatIndexBase(cusparseMatDescr descrA, int base)
           
static int JCusparse2.cusparseSetMatType(cusparseMatDescr descrA, int type)
           
static int JCusparse.cusparseSetMatType(cusparseMatDescr descrA, int type)
           
static int JCusparse2.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)
          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)
          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)
          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)
           
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)
          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 nnzHostPtr)
          Sparse Format Conversion
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)
          Description: This routine converts a sparse matrix in CSR storage format to a sparse matrix in BSR storage format.
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)
          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)
          Description: This routine computes a sparse matrix that results from multiplication of two sparse matrices.
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)
           
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)
           
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)
           
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)
           
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.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)
           
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 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)
           
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)
           
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)
           
static int JCusparse2.cusparseZcsric0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse2.cusparseZcsrilu0(cusparseHandle handle, int trans, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA_ValM, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
static int JCusparse.cusparseZcsrmm(cusparseHandle handle, int transA, int m, int n, int k, jcuda.cuDoubleComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer B, int ldb, jcuda.cuDoubleComplex beta, jcuda.Pointer C, int ldc)
           
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)
           
static int JCusparse.cusparseZcsrmv(cusparseHandle handle, int transA, int m, int n, jcuda.cuDoubleComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, jcuda.Pointer x, jcuda.cuDoubleComplex beta, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
static int JCusparse.cusparseZcsrsv_analysis(cusparseHandle handle, int transA, int m, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info)
           
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)
           
static int JCusparse.cusparseZcsrsv_solve(cusparseHandle handle, int transA, int m, jcuda.cuDoubleComplex alpha, cusparseMatDescr descrA, jcuda.Pointer csrValA, jcuda.Pointer csrRowPtrA, jcuda.Pointer csrColIndA, cusparseSolveAnalysisInfo info, jcuda.Pointer x, jcuda.Pointer y)
           
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)
           
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)
           
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)
           
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)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse2.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)
           
static int JCusparse.cusparseZnnz(cusparseHandle handle, int dirA, int m, int n, cusparseMatDescr descrA, jcuda.Pointer A, int lda, jcuda.Pointer nnzPerRowCol, jcuda.Pointer nnzHostPtr)