B C I J S T 

C

csric02Info - Class in jcuda.jcusparse
Java port of a csric02Info
csric02Info() - Constructor for class jcuda.jcusparse.csric02Info
Creates a new, uninitialized csric02Info
csrilu02Info - Class in jcuda.jcusparse
Java port of a csrilu02Info
csrilu02Info() - Constructor for class jcuda.jcusparse.csrilu02Info
Creates a new, uninitialized csrilu02Info
csrsv2Info - Class in jcuda.jcusparse
Java port of a csrsv2Info
csrsv2Info() - Constructor for class jcuda.jcusparse.csrsv2Info
Creates a new, uninitialized csrsv2Info
CUSPARSE_ACTION_NUMERIC - Static variable in class jcuda.jcusparse.cusparseAction
The operation is performed on data and indices.
CUSPARSE_ACTION_SYMBOLIC - Static variable in class jcuda.jcusparse.cusparseAction
The operation is performed only on indices.
CUSPARSE_DIAG_TYPE_NON_UNIT - Static variable in class jcuda.jcusparse.cusparseDiagType
The matrix diagonal has non-unit elements.
CUSPARSE_DIAG_TYPE_UNIT - Static variable in class jcuda.jcusparse.cusparseDiagType
The matrix diagonal has unit elements.
CUSPARSE_DIRECTION_COLUMN - Static variable in class jcuda.jcusparse.cusparseDirection
The matrix should be parsed by columns
CUSPARSE_DIRECTION_ROW - Static variable in class jcuda.jcusparse.cusparseDirection
The matrix should be parsed by rows.
CUSPARSE_FILL_MODE_LOWER - Static variable in class jcuda.jcusparse.cusparseFillMode
The lower triangular part is stored.
CUSPARSE_FILL_MODE_UPPER - Static variable in class jcuda.jcusparse.cusparseFillMode
The upper triangular part is stored.
CUSPARSE_HYB_PARTITION_AUTO - Static variable in class jcuda.jcusparse.cusparseHybPartition
Automatically decide how to split the data into regular/irregular part
CUSPARSE_HYB_PARTITION_MAX - Static variable in class jcuda.jcusparse.cusparseHybPartition
Store all data in the regular part
CUSPARSE_HYB_PARTITION_USER - Static variable in class jcuda.jcusparse.cusparseHybPartition
Store data into regular part up to a user specified threshold
CUSPARSE_INDEX_BASE_ONE - Static variable in class jcuda.jcusparse.cusparseIndexBase
The base index is one.
CUSPARSE_INDEX_BASE_ZERO - Static variable in class jcuda.jcusparse.cusparseIndexBase
The base index is zero.
CUSPARSE_MATRIX_TYPE_GENERAL - Static variable in class jcuda.jcusparse.cusparseMatrixType
The matrix is general.
CUSPARSE_MATRIX_TYPE_HERMITIAN - Static variable in class jcuda.jcusparse.cusparseMatrixType
The matrix is Hermitian.
CUSPARSE_MATRIX_TYPE_SYMMETRIC - Static variable in class jcuda.jcusparse.cusparseMatrixType
The matrix is symmetric.
CUSPARSE_MATRIX_TYPE_TRIANGULAR - Static variable in class jcuda.jcusparse.cusparseMatrixType
The matrix is triangular.
CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE - Static variable in class jcuda.jcusparse.cusparseOperation
The conjugate transpose operation is selected.
CUSPARSE_OPERATION_NON_TRANSPOSE - Static variable in class jcuda.jcusparse.cusparseOperation
The non-transpose operation is selected.
CUSPARSE_OPERATION_TRANSPOSE - Static variable in class jcuda.jcusparse.cusparseOperation
The transpose operation is selected.
CUSPARSE_POINTER_MODE_DEVICE - Static variable in class jcuda.jcusparse.cusparsePointerMode
The scalars are passed by reference on the device.
CUSPARSE_POINTER_MODE_HOST - Static variable in class jcuda.jcusparse.cusparsePointerMode
The scalars are passed by reference on the host.
CUSPARSE_SOLVE_POLICY_NO_LEVEL - Static variable in class jcuda.jcusparse.cusparseSolvePolicy
no level information is generated, only reports structural zero.
CUSPARSE_SOLVE_POLICY_USE_LEVEL - Static variable in class jcuda.jcusparse.cusparseSolvePolicy
 
CUSPARSE_STATUS_ALLOC_FAILED - Static variable in class jcuda.jcusparse.cusparseStatus
Resource allocation failed inside the CUSPARSE library.
CUSPARSE_STATUS_ARCH_MISMATCH - Static variable in class jcuda.jcusparse.cusparseStatus
The function requires a feature absent from the device architecture.
CUSPARSE_STATUS_EXECUTION_FAILED - Static variable in class jcuda.jcusparse.cusparseStatus
The GPU program failed to execute.
CUSPARSE_STATUS_INTERNAL_ERROR - Static variable in class jcuda.jcusparse.cusparseStatus
An internal CUSPARSE operation failed.
CUSPARSE_STATUS_INVALID_VALUE - Static variable in class jcuda.jcusparse.cusparseStatus
An unsupported value or parameter was passed to the function.
CUSPARSE_STATUS_MAPPING_ERROR - Static variable in class jcuda.jcusparse.cusparseStatus
An access to GPU memory space failed, which is usually caused by a failure to bind a texture.
CUSPARSE_STATUS_MATRIX_TYPE_NOT_SUPPORTED - Static variable in class jcuda.jcusparse.cusparseStatus
The matrix type is not supported by this function.
CUSPARSE_STATUS_NOT_INITIALIZED - Static variable in class jcuda.jcusparse.cusparseStatus
The CUSPARSE library was not initialized.
CUSPARSE_STATUS_SUCCESS - Static variable in class jcuda.jcusparse.cusparseStatus
The operation completed successfully.
CUSPARSE_STATUS_ZERO_PIVOT - Static variable in class jcuda.jcusparse.cusparseStatus
An entry of the matrix is either structural zero or numerical zero (singular block)
cusparseAction - Class in jcuda.jcusparse
Indicates whether the operation is performed only on indices or on data and indices.
cusparseCaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCbsric02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsric02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsric02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrilu02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrilu02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrilu02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrilu02_numericBoost(cusparseHandle, bsrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrmm(cusparseHandle, int, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCbsrsm2_analysis(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrsm2_bufferSize(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrsm2_solve(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer, int, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrsv2_analysis(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrsv2_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrsv2_solve(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsr2gebsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2gebsr_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsric02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsric02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsric02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrilu02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrilu02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrilu02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrilu02_numericBoost(cusparseHandle, csrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrsv2_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsv2_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsv2_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCdotci(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: dot product of complex conjugate of a sparse vector x and a dense vector y.
cusparseCdotci(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: dot product of complex conjugate of a sparse vector x and a dense vector y.
cusparseCdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCgebsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgebsr2gebsc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgebsr2gebsc_bufferSize(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgebsr2gebsr(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgebsr2gebsr_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseChybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseChybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseCreate(cusparseHandle) - Static method in class jcuda.jcusparse.JCusparse
CUSPARSE initialization and managment routines
cusparseCreate(cusparseHandle) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
CUSPARSE initialization and managment routines
cusparseCreateBsric02Info(bsric02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateBsrilu02Info(bsrilu02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateBsrsm2Info(bsrsm2Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateBsrsv2Info(bsrsv2Info) - Static method in class jcuda.jcusparse.JCusparse
BSR triangular solber
cusparseCreateCsric02Info(csric02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateCsrilu02Info(csrilu02Info) - Static method in class jcuda.jcusparse.JCusparse
incomplete LU
cusparseCreateCsrsv2Info(csrsv2Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateHybMat(cusparseHybMat) - Static method in class jcuda.jcusparse.JCusparse
hybrid (HYB) format
cusparseCreateHybMat(cusparseHybMat) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
hybrid (HYB) format
cusparseCreateMatDescr(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCreateMatDescr(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
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
cusparseCreateSolveAnalysisInfo(cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
sparse triangular solve
cusparseCreateSolveAnalysisInfo(cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
sparse traingular solve
cusparseCsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseCsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDbsric02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsric02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsric02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrilu02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrilu02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrilu02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrilu02_numericBoost(cusparseHandle, bsrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrmm(cusparseHandle, int, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDbsrsm2_analysis(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrsm2_bufferSize(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrsm2_solve(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer, int, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrsv2_analysis(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrsv2_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrsv2_solve(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsr2gebsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2gebsr_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsric02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsric02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsric02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrilu02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrilu02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrilu02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrilu02_numericBoost(cusparseHandle, csrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrsv2_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsv2_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsv2_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDestroy(cusparseHandle) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroy(cusparseHandle) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDestroyBsric02Info(bsric02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyBsrilu02Info(bsrilu02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyBsrsm2Info(bsrsm2Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyBsrsv2Info(bsrsv2Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyCsric02Info(csric02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyCsrilu02Info(csrilu02Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyCsrsv2Info(csrsv2Info) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyHybMat(cusparseHybMat) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyHybMat(cusparseHybMat) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDestroyMatDescr(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroyMatDescr(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDestroySolveAnalysisInfo(cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDestroySolveAnalysisInfo(cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDgebsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgebsr2gebsc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgebsr2gebsc_bufferSize(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgebsr2gebsr(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgebsr2gebsr_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDhybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDhybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDiagType - Class in jcuda.jcusparse
Indicates if the matrix diagonal entries are unity.
cusparseDirection - Class in jcuda.jcusparse
Indicates whether the elements of a dense matrix should be parsed by rows or by columns.
cusparseDnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDroti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDroti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseDsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseDsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseFillMode - Class in jcuda.jcusparse
Indicates if the lower or upper part of a matrix is stored in sparse storage.
cusparseGetLevelInfo(cusparseHandle, cusparseSolveAnalysisInfo, int[], Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetLevelInfo(cusparseHandle, cusparseSolveAnalysisInfo, int[], Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseGetMatDiagType(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetMatDiagType(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseGetMatFillMode(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetMatFillMode(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseGetMatIndexBase(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetMatIndexBase(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseGetMatType(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetMatType(cusparseMatDescr) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseGetPointerMode(cusparseHandle, int[]) - Static method in class jcuda.jcusparse.JCusparse
CUSPARSE type creation, destruction, set and get routines
cusparseGetPointerMode(cusparseHandle, int[]) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
CUSPARSE type creation, destruction, set and get routines
cusparseGetVersion(cusparseHandle, int[]) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseGetVersion(cusparseHandle, int[]) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseHandle - Class in jcuda.jcusparse
Java port of a cusparseHandle
cusparseHandle() - Constructor for class jcuda.jcusparse.cusparseHandle
Creates a new, uninitialized cusparseHandle
cusparseHybMat - Class in jcuda.jcusparse
Java port of a cusparseHybMat
cusparseHybMat() - Constructor for class jcuda.jcusparse.cusparseHybMat
Creates a new, uninitialized cusparseHybMat
cusparseHybPartition - Class in jcuda.jcusparse
Partition modes
cusparseIndexBase - Class in jcuda.jcusparse
Indicates if the base of the matrix indices is zero or one.
cusparseMatDescr - Class in jcuda.jcusparse
Java port of a cusparseMatDescr
cusparseMatDescr() - Constructor for class jcuda.jcusparse.cusparseMatDescr
Creates a new, uninitialized cusparseMatDescr
cusparseMatrixType - Class in jcuda.jcusparse
Indicates the type of matrix stored in sparse storage.
cusparseOperation - Class in jcuda.jcusparse
Indicates which operations need to be performed with the sparse matrix.
cusparsePointerMode - Class in jcuda.jcusparse
Indicates whether the scalar values are passed by reference on the host or device.
cusparseSaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Addition of a scalar multiple of a sparse vector x and a dense vector y.
cusparseSaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Addition of a scalar multiple of a sparse vector x and a dense vector y.
cusparseSbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in BSR storage format to a sparse matrix in CSR storage format.
cusparseSbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in BSR storage format to a sparse matrix in CSR storage format.
cusparseSbsric02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsric02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsric02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrilu02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrilu02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrilu02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrilu02_numericBoost(cusparseHandle, bsrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrmm(cusparseHandle, int, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseSbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseSbsrsm2_analysis(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrsm2_bufferSize(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrsm2_solve(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer, int, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrsv2_analysis(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrsv2_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrsv2_solve(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseSbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseScsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in CSC storage format to a dense matrix.
cusparseScsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in CSC storage format to a dense matrix.
cusparseScsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in CSC storage format to a sparse matrix in HYB storage format.
cusparseScsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in CSC storage format to a sparse matrix in HYB storage format.
cusparseScsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseScsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a matrix from CSR to CSC sparse storage format.
cusparseScsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a matrix from CSR to CSC sparse storage format.
cusparseScsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in CSR storage format to a dense matrix.
cusparseScsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format to a dense matrix.
cusparseScsr2gebsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsr2gebsr_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in CSR storage format to a sparse matrix in HYB storage format.
cusparseScsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format to a sparse matrix in HYB storage format.
cusparseScsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseScsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseScsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
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).
cusparseScsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
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).
cusparseScsric02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsric02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsric02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
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).
cusparseScsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
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).
cusparseScsrilu02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrilu02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrilu02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrilu02_numericBoost(cusparseHandle, csrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseScsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseScsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseScsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseScsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseScsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseScsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseScsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseScsrsv2_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrsv2_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrsv2_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseScsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseScsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseScsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a dense matrix to a sparse matrix in the CSC storage format, using the information computed by the nnz routine.
cusparseSdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseSdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a dense matrix to a sparse matrix in the CSR storage format, using the information computed by the nnz routine.
cusparseSdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseSdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a dense matrix to a sparse matrix in HYB storage format.
cusparseSdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a dense matrix to a sparse matrix in HYB storage format.
cusparseSdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: dot product of a sparse vector x and a dense vector y.
cusparseSdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: dot product of a sparse vector x and a dense vector y.
cusparseSetMatDiagType(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetMatDiagType(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSetMatFillMode(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetMatFillMode(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSetMatIndexBase(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetMatIndexBase(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSetMatType(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetMatType(cusparseMatDescr, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSetPointerMode(cusparseHandle, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetPointerMode(cusparseHandle, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSetStream(cusparseHandle, cudaStream_t) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSetStream(cusparseHandle, cudaStream_t) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSgebsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSgebsr2gebsc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSgebsr2gebsc_bufferSize(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSgebsr2gebsr(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSgebsr2gebsr_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseSgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Gather of non-zero elements from dense vector y into sparse vector x.
cusparseSgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Gather of non-zero elements from dense vector y into sparse vector x.
cusparseSgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Gather of non-zero elements from desne vector y into sparse vector x (also replacing these elements in y by zeros).
cusparseSgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Gather of non-zero elements from desne vector y into sparse vector x (also replacing these elements in y by zeros).
cusparseSgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Solution of tridiagonal linear system A * B = B, with multiple right-hand-sides.
cusparseSgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Solution of tridiagonal linear system A * B = B, with multiple right-hand-sides.
cusparseSgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Solution of tridiagonal linear system A * B = B, with multiple right-hand-sides.
cusparseSgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Solution of tridiagonal linear system A * B = B, with multiple right-hand-sides.
cusparseSgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Solution of a set of tridiagonal linear systems A * x = x, each with a single right-hand-side.
cusparseSgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Solution of a set of tridiagonal linear systems A * x = x, each with a single right-hand-side.
cusparseShyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in HYB storage format to a sparse matrix in CSC storage format.
cusparseShyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format to a sparse matrix in CSC storage format.
cusparseShyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in HYB storage format to a sparse matrix in CSR storage format.
cusparseShyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format to a sparse matrix in CSR storage format.
cusparseShyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in HYB storage format to a dense matrix.
cusparseShyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in HYB storage format to a dense matrix.
cusparseShybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseShybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseShybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseShybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseShybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseShybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseSnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseSnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
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.
cusparseSolveAnalysisInfo - Class in jcuda.jcusparse
Java port of a cusparseSolveAnalysisInfo
cusparseSolveAnalysisInfo() - Constructor for class jcuda.jcusparse.cusparseSolveAnalysisInfo
Creates a new, uninitialized cusparseSolveAnalysisInfo
cusparseSolvePolicy - Class in jcuda.jcusparse
 
cusparseSroti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Givens rotation, where c and s are cosine and sine, x and y are sparse and dense vectors, respectively.
cusparseSroti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Givens rotation, where c and s are cosine and sine, x and y are sparse and dense vectors, respectively.
cusparseSsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: Scatter of elements of the sparse vector x into dense vector y.
cusparseSsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: Scatter of elements of the sparse vector x into dense vector y.
cusparseStatus - Class in jcuda.jcusparse
CUSPARSE status return values
cusparseXbsric02_zeroPivot(cusparseHandle, bsric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXbsrilu02_zeroPivot(cusparseHandle, bsrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXbsrsm2_zeroPivot(cusparseHandle, bsrsm2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXbsrsv2_zeroPivot(cusparseHandle, bsrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXcoo2csr(cusparseHandle, Pointer, int, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine compresses the indecis of rows or columns.
cusparseXcoo2csr(cusparseHandle, Pointer, int, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine compresses the indecis of rows or columns.
cusparseXcsr2bsrNnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine converts a sparse matrix in CSR storage format to a sparse matrix in BSR storage format.
cusparseXcsr2bsrNnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine converts a sparse matrix in CSR storage format to a sparse matrix in BSR storage format.
cusparseXcsr2coo(cusparseHandle, Pointer, int, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine uncompresses the indecis of rows or columns.
cusparseXcsr2coo(cusparseHandle, Pointer, int, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine uncompresses the indecis of rows or columns.
cusparseXcsr2gebsrNnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, cusparseMatDescr, Pointer, int, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXcsrgeamNnz(cusparseHandle, int, int, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine computes a sparse matrix that results from addition of two sparse matrices.
cusparseXcsrgeamNnz(cusparseHandle, int, int, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine computes a sparse matrix that results from addition of two sparse matrices.
cusparseXcsrgemmNnz(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
Description: This routine computes a sparse matrix that results from multiplication of two sparse matrices.
cusparseXcsrgemmNnz(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
Description: This routine computes a sparse matrix that results from multiplication of two sparse matrices.
cusparseXcsric02_zeroPivot(cusparseHandle, csric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXcsrilu02_zeroPivot(cusparseHandle, csrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXcsrsv2_zeroPivot(cusparseHandle, csrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
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.
cusparseXgebsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseXgebsr2gebsrNnz(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, int, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZaxpyi(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZbsric02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsric02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsric02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrilu02(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrilu02_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrilu02_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrilu02_numericBoost(cusparseHandle, bsrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrmm(cusparseHandle, int, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrmv(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZbsrsm2_analysis(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrsm2_bufferSize(cusparseHandle, int, int, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrsm2_solve(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsm2Info, Pointer, int, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrsv2_analysis(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrsv2_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrsv2_solve(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, bsrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZbsrxmv(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsc2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsc2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2bsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2csc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2dense(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsr2gebsr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2gebsr_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsr2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrgeam(cusparseHandle, int, int, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrgemm(cusparseHandle, int, int, int, int, int, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, int, Pointer, Pointer, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsric0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsric02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsric02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsric02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csric02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrilu0(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrilu02(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrilu02_analysis(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrilu02_bufferSize(cusparseHandle, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrilu02Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrilu02_numericBoost(cusparseHandle, csrilu02Info, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrmm(cusparseHandle, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrmm2(cusparseHandle, int, int, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, int, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrmv(cusparseHandle, int, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsm_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsm_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, int, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrsv2_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsv2_bufferSize(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsv2_solve(cusparseHandle, int, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, csrsv2Info, Pointer, Pointer, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsv_analysis(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZcsrsv_solve(cusparseHandle, int, int, Pointer, cusparseMatDescr, Pointer, Pointer, Pointer, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZdense2csc(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZdense2csr(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZdense2hyb(cusparseHandle, int, int, cusparseMatDescr, Pointer, int, Pointer, cusparseHybMat, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZdotci(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZdotci(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZdoti(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZgebsr2csr(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgebsr2gebsc(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgebsr2gebsc_bufferSize(cusparseHandle, int, int, int, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgebsr2gebsr(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgebsr2gebsr_bufferSize(cusparseHandle, int, int, int, int, cusparseMatDescr, Pointer, Pointer, Pointer, int, int, int, int, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgthr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgthrz(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgtsv(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgtsv_nopivot(cusparseHandle, int, int, Pointer, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZgtsvStridedBatch(cusparseHandle, int, Pointer, Pointer, Pointer, Pointer, int, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhyb2csc(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhyb2csr(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhyb2dense(cusparseHandle, cusparseMatDescr, cusparseHybMat, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhybmv(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, Pointer, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhybsv_analysis(cusparseHandle, int, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZhybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZhybsv_solve(cusparseHandle, int, Pointer, cusparseMatDescr, cusparseHybMat, cusparseSolveAnalysisInfo, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZnnz(cusparseHandle, int, int, int, cusparseMatDescr, Pointer, int, Pointer, Pointer) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
cusparseZsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse
 
cusparseZsctr(cusparseHandle, int, Pointer, Pointer, Pointer, int) - Static method in class jcuda.jcusparse.JCusparse2
Deprecated.
 
B C I J S T