Modifier and Type | Method and Description |
---|---|
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.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.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 |
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.cusparseCreateHybMat(cusparseHybMat hybA)
Deprecated.
hybrid (HYB) format
|
static int |
JCusparse.cusparseCreateHybMat(cusparseHybMat hybA) |
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.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.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.cusparseDestroyHybMat(cusparseHybMat hybA)
Deprecated.
|
static int |
JCusparse.cusparseDestroyHybMat(cusparseHybMat hybA) |
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.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.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.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.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.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.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.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 |
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) |