Method |
Description |
|
cusparseCaxpyi ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCaxpyi ( cusparseContext handle, int nnz, cuFloatComplex &alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCbsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseCbsric02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsric02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pInputBuffer ) : cusparseStatus |
|
|
cusparseCbsric02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsric02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsrilu02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrilu02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrilu02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsrilu02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, ManagedCuda.BasicTypes.CUdeviceptr tol, ManagedCuda.BasicTypes.CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseCbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, double &tol, cuFloatComplex &boost_val ) : cusparseStatus |
|
|
cusparseCbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCbsrsm2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrsm2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, int &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCbsrsm2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrsv2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrsv2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsrsv2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsc2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseCcsc2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseCcsr2bsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC ) : cusparseStatus |
|
|
cusparseCcsr2csc ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, ManagedCuda.BasicTypes.CUdeviceptr cscVal, ManagedCuda.BasicTypes.CUdeviceptr cscRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscColPtr, cusparseAction copyValues, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCcsr2csr_compress ( cusparseContext handle, int m, int n, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr inVal, ManagedCuda.BasicTypes.CUdeviceptr inColInd, ManagedCuda.BasicTypes.CUdeviceptr inRowPtr, int inNnz, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr outVal, ManagedCuda.BasicTypes.CUdeviceptr outColInd, ManagedCuda.BasicTypes.CUdeviceptr outRowPtr, cuFloatComplex tol ) : cusparseStatus |
|
|
cusparseCcsr2csru ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsr2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseCcsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsr2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseCcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr fractionToColor, ManagedCuda.BasicTypes.CUdeviceptr ncolors, ManagedCuda.BasicTypes.CUdeviceptr coloring, ManagedCuda.BasicTypes.CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseCcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, float &fractionToColor, int &ncolors, ManagedCuda.BasicTypes.CUdeviceptr coloring, ManagedCuda.BasicTypes.CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseCcsrgeam ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseCcsrgeam ( cusparseContext handle, int m, int n, cuFloatComplex &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cuFloatComplex &beta, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseCcsrgemm ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseCcsrgemm2 ( cusparseContext handle, int m, int n, int k, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndC, csrgemm2Info info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrgemm2 ( cusparseContext handle, int m, int n, int k, cuFloatComplex &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, cuFloatComplex &beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndC, csrgemm2Info info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, csrgemm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, cuFloatComplex &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, cuFloatComplex &beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, csrgemm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCcsric0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_ValM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseCcsric02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_valM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsric02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsric02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsric02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsrilu0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseCcsrilu02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_valM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrilu02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrilu02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsrilu02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, ManagedCuda.BasicTypes.CUdeviceptr tol, ManagedCuda.BasicTypes.CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseCcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, double &tol, cuFloatComplex &boost_val ) : cusparseStatus |
|
|
cusparseCcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsrsm_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseCcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, int ldx, ManagedCuda.BasicTypes.CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseCcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, int ldx, ManagedCuda.BasicTypes.CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseCcsrsv2_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrsv2_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsrsv2_bufferSizeExt ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cuFloatComplex &alpha, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsrsv_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseCcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, cuFloatComplex &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCcsru2csr ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCcsru2csr_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCdense2csc ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerCol, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA ) : cusparseStatus |
|
|
cusparseCdense2csr ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseCdense2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseCdotci ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCdotci ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cuFloatComplex &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCdoti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCdoti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cuFloatComplex &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCgebsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDim, int colBlockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseCgebsr2gebsc ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.CUdeviceptr bscVal, ManagedCuda.BasicTypes.CUdeviceptr bscRowInd, ManagedCuda.BasicTypes.CUdeviceptr bscColPtr, cusparseAction copyValues, cusparseIndexBase baseIdx, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCgebsr2gebsc_bufferSize ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCgebsr2gebsc_bufferSizeExt ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCgebsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC, int rowBlockDimC, int colBlockDimC, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCgebsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCgebsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseCgemmi ( cusparseContext handle, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr cscValB, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrB, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCgemmi ( cusparseContext handle, int m, int n, int k, int nnz, cuFloatComplex &alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr cscValB, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrB, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndB, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseCgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, cuFloatComplex &alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseCgemvi_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, int &pBufferSize ) : cusparseStatus |
|
|
cusparseCgthr ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCgthrz ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCgtsv ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseCgtsvStridedBatch ( cusparseContext handle, int m, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr x, int batchCount, int batchStride ) : cusparseStatus |
|
|
cusparseCgtsv_nopivot ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseChyb2csc ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr cscVal, ManagedCuda.BasicTypes.CUdeviceptr cscRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscColPtr ) : cusparseStatus |
|
|
cusparseChyb2csr ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseChyb2dense ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseChybmv ( cusparseContext handle, cusparseOperation transA, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseChybmv ( cusparseContext handle, cusparseOperation transA, cuFloatComplex &alpha, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr x, cuFloatComplex &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseChybsv_analysis ( cusparseContext handle, cusparseOperation transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseChybsv_solve ( cusparseContext handle, cusparseOperation trans, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseChybsv_solve ( cusparseContext handle, cusparseOperation trans, cuFloatComplex &alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseCnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRowCol, ManagedCuda.BasicTypes.CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseCnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRowCol, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseCnnz_compress ( cusparseContext handle, int m, cusparseMatDescr descr, ManagedCuda.BasicTypes.CUdeviceptr values, ManagedCuda.BasicTypes.CUdeviceptr rowPtr, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr nnzTotal, cuFloatComplex tol ) : cusparseStatus |
|
|
cusparseCopyMatDescr ( cusparseMatDescr dest, cusparseMatDescr src ) : cusparseStatus |
|
|
cusparseCreate ( cusparseContext &handle ) : cusparseStatus |
|
|
cusparseCreateBsric02Info ( bsric02Info &info ) : cusparseStatus |
|
|
cusparseCreateBsrilu02Info ( bsrilu02Info &info ) : cusparseStatus |
|
|
cusparseCreateBsrsm2Info ( bsrsm2Info &info ) : cusparseStatus |
|
|
cusparseCreateBsrsv2Info ( bsrsv2Info &info ) : cusparseStatus |
|
|
cusparseCreateColorInfo ( cusparseColorInfo &info ) : cusparseStatus |
|
|
cusparseCreateCsrgemm2Info ( csrgemm2Info &info ) : cusparseStatus |
|
|
cusparseCreateCsric02Info ( csric02Info &info ) : cusparseStatus |
|
|
cusparseCreateCsrilu02Info ( csrilu02Info &info ) : cusparseStatus |
|
|
cusparseCreateCsrsv2Info ( csrsv2Info &info ) : cusparseStatus |
|
|
cusparseCreateCsru2csrInfo ( csru2csrInfo &info ) : cusparseStatus |
|
|
cusparseCreateHybMat ( cusparseHybMat &hybA ) : cusparseStatus |
|
|
cusparseCreateIdentityPermutation ( cusparseContext handle, int n, ManagedCuda.BasicTypes.CUdeviceptr p ) : cusparseStatus |
|
|
cusparseCreateMatDescr ( cusparseMatDescr &descrA ) : cusparseStatus |
|
|
cusparseCreateSolveAnalysisInfo ( cusparseSolveAnalysisInfo &info ) : cusparseStatus |
|
|
cusparseCsctr ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseCsr2cscEx ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrSortedVal, cudaDataType csrSortedValtype, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColInd, ManagedCuda.BasicTypes.CUdeviceptr cscSortedVal, cudaDataType cscSortedValtype, ManagedCuda.BasicTypes.CUdeviceptr cscSortedRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscSortedColPtr, cusparseAction copyValues, cusparseIndexBase idxBase, cudaDataType executiontype ) : cusparseStatus |
|
|
cusparseCsrilu0Ex ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA_ValM, cudaDataType csrSortedValA_ValMtype, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseSolveAnalysisInfo info, cudaDataType executiontype ) : cusparseStatus |
|
|
cusparseCsrmvEx ( cusparseContext handle, cusparseAlgMode alg, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, cudaDataType csrValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, ManagedCuda.BasicTypes.CUdeviceptr beta, cudaDataType betatype, ManagedCuda.BasicTypes.CUdeviceptr y, cudaDataType ytype, cudaDataType executiontype, ManagedCuda.BasicTypes.CUdeviceptr buffer ) : cusparseStatus |
|
|
cusparseCsrmvEx ( cusparseContext handle, cusparseAlgMode alg, cusparseOperation transA, int m, int n, int nnz, IntPtr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, cudaDataType csrValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, IntPtr beta, cudaDataType betatype, ManagedCuda.BasicTypes.CUdeviceptr y, cudaDataType ytype, cudaDataType executiontype, ManagedCuda.BasicTypes.CUdeviceptr buffer ) : cusparseStatus |
|
|
cusparseCsrmvEx_bufferSize ( cusparseContext handle, cusparseAlgMode alg, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, cudaDataType csrValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, ManagedCuda.BasicTypes.CUdeviceptr beta, cudaDataType betatype, ManagedCuda.BasicTypes.CUdeviceptr y, cudaDataType ytype, cudaDataType executiontype, ManagedCuda.BasicTypes.SizeT &bufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCsrmvEx_bufferSize ( cusparseContext handle, cusparseAlgMode alg, cusparseOperation transA, int m, int n, int nnz, IntPtr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, cudaDataType csrValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, IntPtr beta, cudaDataType betatype, ManagedCuda.BasicTypes.CUdeviceptr y, cudaDataType ytype, cudaDataType executiontype, ManagedCuda.BasicTypes.SizeT &bufferSizeInBytes ) : cusparseStatus |
|
|
cusparseCsrsv_analysisEx ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, cudaDataType csrSortedValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseSolveAnalysisInfo info, cudaDataType executiontype ) : cusparseStatus |
|
|
cusparseCsrsv_solveEx ( cusparseContext handle, cusparseOperation transA, int m, ManagedCuda.BasicTypes.CUdeviceptr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, cudaDataType csrSortedValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr f, cudaDataType ftype, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, cudaDataType executiontype ) : cusparseStatus |
|
|
cusparseCsrsv_solveEx ( cusparseContext handle, cusparseOperation transA, int m, IntPtr alpha, cudaDataType alphatype, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, cudaDataType csrSortedValAtype, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr f, cudaDataType ftype, ManagedCuda.BasicTypes.CUdeviceptr x, cudaDataType xtype, cudaDataType executiontype ) : cusparseStatus |
|
|
cusparseDaxpyi ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDaxpyi ( cusparseContext handle, int nnz, double &alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDbsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseDbsric02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsric02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pInputBuffer ) : cusparseStatus |
|
|
cusparseDbsric02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsric02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsrilu02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrilu02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrilu02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsrilu02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, ManagedCuda.BasicTypes.CUdeviceptr tol, ManagedCuda.BasicTypes.CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseDbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, double &tol, double &boost_val ) : cusparseStatus |
|
|
cusparseDbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, double &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDbsrsm2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrsm2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, int &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseDbsrsm2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseDbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrsv2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrsv2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsrsv2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsc2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseDcsc2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseDcsr2bsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC ) : cusparseStatus |
|
|
cusparseDcsr2csc ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, ManagedCuda.BasicTypes.CUdeviceptr cscVal, ManagedCuda.BasicTypes.CUdeviceptr cscRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscColPtr, cusparseAction copyValues, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDcsr2csr_compress ( cusparseContext handle, int m, int n, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr inVal, ManagedCuda.BasicTypes.CUdeviceptr inColInd, ManagedCuda.BasicTypes.CUdeviceptr inRowPtr, int inNnz, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr outVal, ManagedCuda.BasicTypes.CUdeviceptr outColInd, ManagedCuda.BasicTypes.CUdeviceptr outRowPtr, double tol ) : cusparseStatus |
|
|
cusparseDcsr2csru ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsr2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseDcsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsr2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseDcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr fractionToColor, ManagedCuda.BasicTypes.CUdeviceptr ncolors, ManagedCuda.BasicTypes.CUdeviceptr coloring, ManagedCuda.BasicTypes.CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseDcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, double &fractionToColor, int &ncolors, ManagedCuda.BasicTypes.CUdeviceptr coloring, ManagedCuda.BasicTypes.CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseDcsrgeam ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseDcsrgeam ( cusparseContext handle, int m, int n, double &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, double &beta, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseDcsrgemm ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrValB, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrColIndB, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseDcsrgemm2 ( cusparseContext handle, int m, int n, int k, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndC, csrgemm2Info info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrgemm2 ( cusparseContext handle, int m, int n, int k, double &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, double &beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndC, csrgemm2Info info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, csrgemm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseDcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, double &alpha, cusparseMatDescr descrA, int nnzA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrB, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndB, double &beta, cusparseMatDescr descrD, int nnzD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrD, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndD, csrgemm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseDcsric0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_ValM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDcsric02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_valM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsric02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsric02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsric02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csric02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsrilu0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDcsrilu02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA_valM, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrilu02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrilu02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsrilu02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrilu02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, ManagedCuda.BasicTypes.CUdeviceptr tol, ManagedCuda.BasicTypes.CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseDcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, double &tol, double &boost_val ) : cusparseStatus |
|
|
cusparseDcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, double &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, double &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedValA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrSortedColIndA, ManagedCuda.BasicTypes.CUdeviceptr x, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsrsm_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, int ldx, ManagedCuda.BasicTypes.CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseDcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, int ldx, ManagedCuda.BasicTypes.CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseDcsrsv2_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrsv2_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsrsv2_bufferSizeExt ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, double &alpha, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, csrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsrsv_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, double &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDcsru2csr ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDcsru2csr_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseDdense2csc ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerCol, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA ) : cusparseStatus |
|
|
cusparseDdense2csr ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseDdense2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseDdoti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDdoti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, double &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDestroy ( cusparseContext handle ) : cusparseStatus |
|
|
cusparseDestroyBsric02Info ( bsric02Info info ) : cusparseStatus |
|
|
cusparseDestroyBsrilu02Info ( bsrilu02Info info ) : cusparseStatus |
|
|
cusparseDestroyBsrsm2Info ( bsrsm2Info info ) : cusparseStatus |
|
|
cusparseDestroyBsrsv2Info ( bsrsv2Info info ) : cusparseStatus |
|
|
cusparseDestroyColorInfo ( cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseDestroyCsrgemm2Info ( csrgemm2Info info ) : cusparseStatus |
|
|
cusparseDestroyCsric02Info ( csric02Info info ) : cusparseStatus |
|
|
cusparseDestroyCsrilu02Info ( csrilu02Info info ) : cusparseStatus |
|
|
cusparseDestroyCsrsv2Info ( csrsv2Info info ) : cusparseStatus |
|
|
cusparseDestroyCsru2csrInfo ( csru2csrInfo info ) : cusparseStatus |
|
|
cusparseDestroyHybMat ( cusparseHybMat hybA ) : cusparseStatus |
|
|
cusparseDestroyMatDescr ( cusparseMatDescr descrA ) : cusparseStatus |
|
|
cusparseDestroySolveAnalysisInfo ( cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDgebsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDim, int colBlockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseDgebsr2gebsc ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.CUdeviceptr bscVal, ManagedCuda.BasicTypes.CUdeviceptr bscRowInd, ManagedCuda.BasicTypes.CUdeviceptr bscColPtr, cusparseAction copyValues, cusparseIndexBase baseIdx, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDgebsr2gebsc_bufferSize ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDgebsr2gebsc_bufferSizeExt ( cusparseContext handle, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDgebsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC, int rowBlockDimC, int colBlockDimC, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDgebsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDgebsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseDgemmi ( cusparseContext handle, int m, int n, int k, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr cscValB, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrB, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndB, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDgemmi ( cusparseContext handle, int m, int n, int k, int nnz, double &alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr cscValB, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrB, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndB, double &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseDgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, double &alpha, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseDgemvi_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, int &pBufferSize ) : cusparseStatus |
|
|
cusparseDgthr ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDgthrz ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDgtsv ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseDgtsvStridedBatch ( cusparseContext handle, int m, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr x, int batchCount, int batchStride ) : cusparseStatus |
|
|
cusparseDgtsv_nopivot ( cusparseContext handle, int m, int n, ManagedCuda.BasicTypes.CUdeviceptr dl, ManagedCuda.BasicTypes.CUdeviceptr d, ManagedCuda.BasicTypes.CUdeviceptr du, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseDhyb2csc ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr cscVal, ManagedCuda.BasicTypes.CUdeviceptr cscRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscColPtr ) : cusparseStatus |
|
|
cusparseDhyb2csr ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseDhyb2dense ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseDhybmv ( cusparseContext handle, cusparseOperation transA, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDhybmv ( cusparseContext handle, cusparseOperation transA, double &alpha, cusparseMatDescr descrA, cusparseHybMat hybA, ManagedCuda.BasicTypes.CUdeviceptr x, double &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDhybsv_analysis ( cusparseContext handle, cusparseOperation transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseDhybsv_solve ( cusparseContext handle, cusparseOperation trans, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDhybsv_solve ( cusparseContext handle, cusparseOperation trans, double &alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseDnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRowCol, ManagedCuda.BasicTypes.CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseDnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRowCol, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseDnnz_compress ( cusparseContext handle, int m, cusparseMatDescr descr, ManagedCuda.BasicTypes.CUdeviceptr values, ManagedCuda.BasicTypes.CUdeviceptr rowPtr, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr nnzTotal, double tol ) : cusparseStatus |
|
|
cusparseDroti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, ManagedCuda.BasicTypes.CUdeviceptr c, ManagedCuda.BasicTypes.CUdeviceptr s, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDroti ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, double &c, double &s, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseDsctr ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseGetColorAlgs ( cusparseColorInfo info, cusparseColorAlg &alg ) : cusparseStatus |
|
|
cusparseGetLevelInfo ( cusparseContext handle, cusparseSolveAnalysisInfo info, int &nlevels, ManagedCuda.BasicTypes.CUdeviceptr &levelPtr, ManagedCuda.BasicTypes.CUdeviceptr &levelInd ) : cusparseStatus |
|
|
cusparseGetMatDiagType ( cusparseMatDescr descrA ) : cusparseDiagType |
|
|
cusparseGetMatFillMode ( cusparseMatDescr descrA ) : cusparseFillMode |
|
|
cusparseGetMatIndexBase ( cusparseMatDescr descrA ) : cusparseIndexBase |
|
|
cusparseGetMatType ( cusparseMatDescr descrA ) : cusparseMatrixType |
|
|
cusparseGetPointerMode ( cusparseContext handle, cusparsePointerMode &mode ) : cusparseStatus |
|
|
cusparseGetStream ( cusparseContext handle, ManagedCuda.BasicTypes.CUstream &streamId ) : cusparseStatus |
|
|
cusparseGetVersion ( cusparseContext handle, int &version ) : cusparseStatus |
|
|
cusparseSaxpyi ( cusparseContext handle, int nnz, ManagedCuda.BasicTypes.CUdeviceptr alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSaxpyi ( cusparseContext handle, int nnz, float &alpha, ManagedCuda.BasicTypes.CUdeviceptr xVal, ManagedCuda.BasicTypes.CUdeviceptr xInd, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSbsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr csrValC, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseSbsric02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsric02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pInputBuffer ) : cusparseStatus |
|
|
cusparseSbsric02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsric02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsric02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsrilu02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrilu02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrilu02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsrilu02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, ManagedCuda.BasicTypes.CUdeviceptr tol, ManagedCuda.BasicTypes.CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseSbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, double &tol, float &boost_val ) : cusparseStatus |
|
|
cusparseSbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseSbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, float &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockSize, ManagedCuda.BasicTypes.CUdeviceptr B, int ldb, float &beta, ManagedCuda.BasicTypes.CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseSbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseSbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, float &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, float &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseSbsrsm2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrsm2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, int &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseSbsrsm2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseSbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, float &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, ManagedCuda.BasicTypes.CUdeviceptr X, int ldx, ManagedCuda.BasicTypes.CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrsv2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrsv2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsrsv2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseSbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, float &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrVal, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr y, cusparseSolvePolicy policy, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, ManagedCuda.BasicTypes.CUdeviceptr alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, ManagedCuda.BasicTypes.CUdeviceptr beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseSbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, float &alpha, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr bsrValA, ManagedCuda.BasicTypes.CUdeviceptr bsrMaskPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrEndPtrA, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndA, int blockDim, ManagedCuda.BasicTypes.CUdeviceptr x, float &beta, ManagedCuda.BasicTypes.CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsc2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseScsc2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr cscValA, ManagedCuda.BasicTypes.CUdeviceptr cscRowIndA, ManagedCuda.BasicTypes.CUdeviceptr cscColPtrA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseScsr2bsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC ) : cusparseStatus |
|
|
cusparseScsr2csc ( cusparseContext handle, int m, int n, int nnz, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, ManagedCuda.BasicTypes.CUdeviceptr cscVal, ManagedCuda.BasicTypes.CUdeviceptr cscRowInd, ManagedCuda.BasicTypes.CUdeviceptr cscColPtr, cusparseAction copyValues, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseScsr2csr_compress ( cusparseContext handle, int m, int n, cusparseMatDescr descra, ManagedCuda.BasicTypes.CUdeviceptr inVal, ManagedCuda.BasicTypes.CUdeviceptr inColInd, ManagedCuda.BasicTypes.CUdeviceptr inRowPtr, int inNnz, ManagedCuda.BasicTypes.CUdeviceptr nnzPerRow, ManagedCuda.BasicTypes.CUdeviceptr outVal, ManagedCuda.BasicTypes.CUdeviceptr outColInd, ManagedCuda.BasicTypes.CUdeviceptr outRowPtr, float tol ) : cusparseStatus |
|
|
cusparseScsr2csru ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrVal, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtr, ManagedCuda.BasicTypes.CUdeviceptr csrColInd, csru2csrInfo info, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsr2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, ManagedCuda.BasicTypes.CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseScsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseMatDescr descrC, ManagedCuda.BasicTypes.CUdeviceptr bsrValC, ManagedCuda.BasicTypes.CUdeviceptr bsrRowPtrC, ManagedCuda.BasicTypes.CUdeviceptr bsrColIndC, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseScsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, ManagedCuda.BasicTypes.SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseScsr2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, ManagedCuda.BasicTypes.CUdeviceptr csrValA, ManagedCuda.BasicTypes.CUdeviceptr csrRowPtrA, ManagedCuda.BasicTypes.CUdeviceptr csrColIndA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseScsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr fractionToColor, CUdeviceptr ncolors, CUdeviceptr coloring, CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseScsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, float &fractionToColor, int &ncolors, CUdeviceptr coloring, CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseScsrgeam ( cusparseContext handle, int m, int n, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr beta, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseScsrgeam ( cusparseContext handle, int m, int n, float &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, float &beta, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseScsrgemm ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseScsrgemm2 ( cusparseContext handle, int m, int n, int k, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedValB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedValD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedValC, CUdeviceptr csrSortedRowPtrC, CUdeviceptr csrSortedColIndC, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrgemm2 ( cusparseContext handle, int m, int n, int k, float &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedValB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, float &beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedValD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedValC, CUdeviceptr csrSortedRowPtrC, CUdeviceptr csrSortedColIndC, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, csrgemm2Info info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseScsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, float &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, float &beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, csrgemm2Info info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseScsric0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, CUdeviceptr csrValA_ValM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseScsric02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA_valM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsric02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsric02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseScsric02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseScsrilu0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, CUdeviceptr csrValM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseScsrilu02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA_valM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrilu02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrilu02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseScsrilu02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseScsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, CUdeviceptr tol, CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseScsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, double &tol, float &boost_val ) : cusparseStatus |
|
|
cusparseScsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseScsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, float &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseScsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseScsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, float &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseScsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr x, float &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr x, float &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsrsm_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseScsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, int ldx, CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseScsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, int ldx, CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseScsrsv2_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrsv2_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseScsrsv2_bufferSizeExt ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseScsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, CUdeviceptr alpha, cusparseMatDescr descra, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, float &alpha, cusparseMatDescr descra, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsrsv_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseScsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, float &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseScsru2csr ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, csru2csrInfo info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseScsru2csr_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, csru2csrInfo info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseSdense2csc ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerCol, CUdeviceptr cscValA, CUdeviceptr cscRowIndA, CUdeviceptr cscColPtrA ) : cusparseStatus |
|
|
cusparseSdense2csr ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRow, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseSdense2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRow, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseSdoti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSdoti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, float &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSetColorAlgs ( cusparseColorInfo info, cusparseColorAlg alg ) : cusparseStatus |
|
|
cusparseSetMatDiagType ( cusparseMatDescr descrA, cusparseDiagType diagType ) : cusparseStatus |
|
|
cusparseSetMatFillMode ( cusparseMatDescr descrA, cusparseFillMode fillMode ) : cusparseStatus |
|
|
cusparseSetMatIndexBase ( cusparseMatDescr descrA, cusparseIndexBase indexBase ) : cusparseStatus |
|
|
cusparseSetMatType ( cusparseMatDescr descrA, cusparseMatrixType type ) : cusparseStatus |
|
|
cusparseSetPointerMode ( cusparseContext handle, cusparsePointerMode mode ) : cusparseStatus |
|
|
cusparseSetStream ( cusparseContext handle, CUstream streamId ) : cusparseStatus |
|
|
cusparseSgebsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDim, int colBlockDim, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseSgebsr2gebsc ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, CUdeviceptr bscVal, CUdeviceptr bscRowInd, CUdeviceptr bscColPtr, cusparseAction copyValues, cusparseIndexBase baseIdx, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSgebsr2gebsc_bufferSize ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSgebsr2gebsc_bufferSizeExt ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseSgebsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, CUdeviceptr bsrValC, CUdeviceptr bsrRowPtrC, CUdeviceptr bsrColIndC, int rowBlockDimC, int colBlockDimC, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSgebsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSgebsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseSgemmi ( cusparseContext handle, int m, int n, int k, int nnz, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr cscValB, CUdeviceptr cscColPtrB, CUdeviceptr cscRowIndB, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseSgemmi ( cusparseContext handle, int m, int n, int k, int nnz, float &alpha, CUdeviceptr A, int lda, CUdeviceptr cscValB, CUdeviceptr cscColPtrB, CUdeviceptr cscRowIndB, float &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseSgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr beta, CUdeviceptr y, cusparseIndexBase idxBase, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, float &alpha, CUdeviceptr A, int lda, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, float &beta, CUdeviceptr y, cusparseIndexBase idxBase, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseSgemvi_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, int &pBufferSize ) : cusparseStatus |
|
|
cusparseSgthr ( cusparseContext handle, int nnz, CUdeviceptr y, CUdeviceptr xVal, CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSgthrz ( cusparseContext handle, int nnz, CUdeviceptr y, CUdeviceptr xVal, CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSgtsv ( cusparseContext handle, int m, int n, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseSgtsvStridedBatch ( cusparseContext handle, int m, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr x, int batchCount, int batchStride ) : cusparseStatus |
|
|
cusparseSgtsv_nopivot ( cusparseContext handle, int m, int n, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseShyb2csc ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr cscVal, CUdeviceptr cscRowInd, CUdeviceptr cscColPtr ) : cusparseStatus |
|
|
cusparseShyb2csr ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseShyb2dense ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseShybmv ( cusparseContext handle, cusparseOperation transA, CUdeviceptr alpha, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseShybmv ( cusparseContext handle, cusparseOperation transA, float &alpha, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr x, float &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseShybsv_analysis ( cusparseContext handle, cusparseOperation transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseShybsv_solve ( cusparseContext handle, cusparseOperation trans, CUdeviceptr alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseShybsv_solve ( cusparseContext handle, cusparseOperation trans, float &alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseSnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRowCol, CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseSnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRowCol, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseSnnz_compress ( cusparseContext handle, int m, cusparseMatDescr descr, CUdeviceptr values, CUdeviceptr rowPtr, CUdeviceptr nnzPerRow, CUdeviceptr nnzTotal, float tol ) : cusparseStatus |
|
|
cusparseSroti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, CUdeviceptr c, CUdeviceptr s, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSroti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, float &c, float &s, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseSsctr ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseXbsric02_zeroPivot ( cusparseContext handle, bsric02Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXbsric02_zeroPivot ( cusparseContext handle, bsric02Info info, int &position ) : cusparseStatus |
|
|
cusparseXbsrilu02_zeroPivot ( cusparseContext handle, bsrilu02Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXbsrilu02_zeroPivot ( cusparseContext handle, bsrilu02Info info, int &position ) : cusparseStatus |
|
|
cusparseXbsrsm2_zeroPivot ( cusparseContext handle, bsrsm2Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXbsrsm2_zeroPivot ( cusparseContext handle, bsrsm2Info info, int &position ) : cusparseStatus |
|
|
cusparseXbsrsv2_zeroPivot ( cusparseContext handle, bsrsv2Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXbsrsv2_zeroPivot ( cusparseContext handle, bsrsv2Info info, int &position ) : cusparseStatus |
|
|
cusparseXcoo2csr ( cusparseContext handle, CUdeviceptr cooRowInd, int nnz, int m, CUdeviceptr csrRowPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseXcoosortByColumn ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr cooRowsA, CUdeviceptr cooColsA, CUdeviceptr P, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcoosortByRow ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr cooRowsA, CUdeviceptr cooColsA, CUdeviceptr P, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcoosort_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr cooRowsA, CUdeviceptr cooColsA, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseXcscsort ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, CUdeviceptr cscColPtrA, CUdeviceptr cscRowIndA, CUdeviceptr P, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcscsort_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr cscColPtrA, CUdeviceptr cscRowIndA, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseXcsr2bsrNnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsr2bsrNnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsr2coo ( cusparseContext handle, CUdeviceptr csrRowPtr, int nnz, int m, CUdeviceptr cooRowInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseXcsr2gebsrNnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, int rowBlockDim, int colBlockDim, CUdeviceptr nnzTotalDevHostPtr, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcsr2gebsrNnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, int rowBlockDim, int colBlockDim, int &nnzTotalDevHostPtr, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcsrgeamNnz ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrRowPtrC, CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsrgeamNnz ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrRowPtrC, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsrgemm2Nnz ( cusparseContext handle, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedRowPtrC, CUdeviceptr nnzTotalDevHostPtr, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcsrgemm2Nnz ( cusparseContext handle, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedRowPtrC, int &nnzTotalDevHostPtr, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcsrgemmNnz ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrRowPtrC, CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsrgemmNnz ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrRowPtrC, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseXcsric02_zeroPivot ( cusparseContext handle, csric02Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXcsric02_zeroPivot ( cusparseContext handle, csric02Info info, int &position ) : cusparseStatus |
|
|
cusparseXcsrilu02_zeroPivot ( cusparseContext handle, csrilu02Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXcsrilu02_zeroPivot ( cusparseContext handle, csrilu02Info info, int &position ) : cusparseStatus |
|
|
cusparseXcsrsort ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr P, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXcsrsort_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseXcsrsv2_zeroPivot ( cusparseContext handle, csrsv2Info info, CUdeviceptr position ) : cusparseStatus |
|
|
cusparseXcsrsv2_zeroPivot ( cusparseContext handle, csrsv2Info info, int &position ) : cusparseStatus |
|
|
cusparseXgebsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDim, int colBlockDim, cusparseMatDescr descrC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseXgebsr2gebsrNnz ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, int rowBlockDimC, int colBlockDimC, CUdeviceptr nnzTotalDevHostPtr, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseXgebsr2gebsrNnz ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, CUdeviceptr bsrRowPtrC, int rowBlockDimC, int colBlockDimC, int &nnzTotalDevHostPtr, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZaxpyi ( cusparseContext handle, int nnz, CUdeviceptr alpha, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZaxpyi ( cusparseContext handle, int nnz, cuDoubleComplex &alpha, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZbsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int blockDim, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseZbsric02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsric02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsric02Info info, cusparseSolvePolicy policy, CUdeviceptr pInputBuffer ) : cusparseStatus |
|
|
cusparseZbsric02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsric02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsric02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsrilu02 ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descra, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrilu02_analysis ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrilu02_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsrilu02_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrilu02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, CUdeviceptr tol, CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseZbsrilu02_numericBoost ( cusparseContext handle, bsrilu02Info info, int enable_boost, double &tol, cuDoubleComplex &boost_val ) : cusparseStatus |
|
|
cusparseZbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int blockSize, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZbsrmm ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transB, int mb, int n, int kb, int nnzb, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int blockSize, CUdeviceptr B, int ldb, cuDoubleComplex &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int blockDim, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZbsrmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nb, int nnzb, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int blockDim, CUdeviceptr x, cuDoubleComplex &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZbsrsm2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrsm2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, int &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseZbsrsm2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseZbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, CUdeviceptr X, int ldx, CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrsm2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, cusparseOperation transXY, int mb, int n, int nnzb, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockSize, bsrsm2Info info, CUdeviceptr X, int ldx, CUdeviceptr Y, int ldy, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrsv2_analysis ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrsv2_bufferSize ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsrsv2_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrsv2_solve ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int mb, int nnzb, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int blockDim, bsrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrMaskPtrA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrEndPtrA, CUdeviceptr bsrColIndA, int blockDim, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZbsrxmv ( cusparseContext handle, cusparseDirection dirA, cusparseOperation transA, int sizeOfMask, int mb, int nb, int nnzb, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrMaskPtrA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrEndPtrA, CUdeviceptr bsrColIndA, int blockDim, CUdeviceptr x, cuDoubleComplex &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsc2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr cscValA, CUdeviceptr cscRowIndA, CUdeviceptr cscColPtrA, CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseZcsc2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr cscValA, CUdeviceptr cscRowIndA, CUdeviceptr cscColPtrA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseZcsr2bsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, int blockDim, cusparseMatDescr descrC, CUdeviceptr bsrValC, CUdeviceptr bsrRowPtrC, CUdeviceptr bsrColIndC ) : cusparseStatus |
|
|
cusparseZcsr2csc ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, CUdeviceptr cscVal, CUdeviceptr cscRowInd, CUdeviceptr cscColPtr, cusparseAction copyValues, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZcsr2csr_compress ( cusparseContext handle, int m, int n, cusparseMatDescr descra, CUdeviceptr inVal, CUdeviceptr inColInd, CUdeviceptr inRowPtr, int inNnz, CUdeviceptr nnzPerRow, CUdeviceptr outVal, CUdeviceptr outColInd, CUdeviceptr outRowPtr, cuDoubleComplex tol ) : cusparseStatus |
|
|
cusparseZcsr2csru ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, csru2csrInfo info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsr2dense ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseZcsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrC, CUdeviceptr bsrValC, CUdeviceptr bsrRowPtrC, CUdeviceptr bsrColIndC, int rowBlockDim, int colBlockDim, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, int rowBlockDim, int colBlockDim, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsr2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseZcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr fractionToColor, CUdeviceptr ncolors, CUdeviceptr coloring, CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseZcsrcolor ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, double &fractionToColor, int &ncolors, CUdeviceptr coloring, CUdeviceptr reordering, cusparseColorInfo info ) : cusparseStatus |
|
|
cusparseZcsrgeam ( cusparseContext handle, int m, int n, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr beta, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseZcsrgeam ( cusparseContext handle, int m, int n, cuDoubleComplex &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cuDoubleComplex &beta, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseZcsrgemm ( cusparseContext handle, cusparseOperation transA, cusparseOperation transB, int m, int n, int k, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrValB, CUdeviceptr csrRowPtrB, CUdeviceptr csrColIndB, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseZcsrgemm2 ( cusparseContext handle, int m, int n, int k, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedValB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedValD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedValC, CUdeviceptr csrSortedRowPtrC, CUdeviceptr csrSortedColIndC, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrgemm2 ( cusparseContext handle, int m, int n, int k, cuDoubleComplex &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedValB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, cuDoubleComplex &beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedValD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, cusparseMatDescr descrC, CUdeviceptr csrSortedValC, CUdeviceptr csrSortedRowPtrC, CUdeviceptr csrSortedColIndC, csrgemm2Info info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, CUdeviceptr alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, CUdeviceptr beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, csrgemm2Info info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseZcsrgemm2_bufferSizeExt ( cusparseContext handle, int m, int n, int k, cuDoubleComplex &alpha, cusparseMatDescr descrA, int nnzA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, cusparseMatDescr descrB, int nnzB, CUdeviceptr csrSortedRowPtrB, CUdeviceptr csrSortedColIndB, cuDoubleComplex &beta, cusparseMatDescr descrD, int nnzD, CUdeviceptr csrSortedRowPtrD, CUdeviceptr csrSortedColIndD, csrgemm2Info info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseZcsric0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, CUdeviceptr csrValA_ValM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseZcsric02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA_valM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsric02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsric02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsric02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csric02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsrilu0 ( cusparseContext handle, cusparseOperation trans, int m, cusparseMatDescr descrA, CUdeviceptr csrValM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseZcsrilu02 ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA_valM, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrilu02_analysis ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrilu02_bufferSize ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsrilu02_bufferSizeExt ( cusparseContext handle, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrilu02Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, CUdeviceptr tol, CUdeviceptr boost_val ) : cusparseStatus |
|
|
cusparseZcsrilu02_numericBoost ( cusparseContext handle, csrilu02Info info, int enable_boost, double &tol, cuDoubleComplex &boost_val ) : cusparseStatus |
|
|
cusparseZcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZcsrmm ( cusparseContext handle, cusparseOperation transA, int m, int n, int k, int nnz, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, cuDoubleComplex &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZcsrmm2 ( cusparseContext handle, cusparseOperation transa, cusparseOperation transb, int m, int n, int k, int nnz, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr B, int ldb, cuDoubleComplex &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsrmv ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, CUdeviceptr x, cuDoubleComplex &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsrmv_mp ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrSortedValA, CUdeviceptr csrSortedRowPtrA, CUdeviceptr csrSortedColIndA, CUdeviceptr x, cuDoubleComplex &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsrsm_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseZcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, int ldx, CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseZcsrsm_solve ( cusparseContext handle, cusparseOperation transA, int m, int n, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, int ldx, CUdeviceptr y, int ldy ) : cusparseStatus |
|
|
cusparseZcsrsv2_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrsv2_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsrsv2_bufferSizeExt ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, CUdeviceptr alpha, cusparseMatDescr descra, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrsv2_solve ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cuDoubleComplex &alpha, cusparseMatDescr descra, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, csrsv2Info info, CUdeviceptr x, CUdeviceptr y, cusparseSolvePolicy policy, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsrsv_analysis ( cusparseContext handle, cusparseOperation transA, int m, int nnz, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseZcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, CUdeviceptr alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsrsv_solve ( cusparseContext handle, cusparseOperation transA, int m, cuDoubleComplex &alpha, cusparseMatDescr descrA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZcsru2csr ( cusparseContext handle, int m, int n, int nnz, cusparseMatDescr descrA, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, csru2csrInfo info, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZcsru2csr_bufferSizeExt ( cusparseContext handle, int m, int n, int nnz, CUdeviceptr csrVal, CUdeviceptr csrRowPtr, CUdeviceptr csrColInd, csru2csrInfo info, SizeT &pBufferSizeInBytes ) : cusparseStatus |
|
|
cusparseZdense2csc ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerCol, CUdeviceptr cscValA, CUdeviceptr cscRowIndA, CUdeviceptr cscColPtrA ) : cusparseStatus |
|
|
cusparseZdense2csr ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRow, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseZdense2hyb ( cusparseContext handle, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRow, cusparseHybMat hybA, int userEllWidth, cusparseHybPartition partitionType ) : cusparseStatus |
|
|
cusparseZdotci ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZdotci ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cuDoubleComplex &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZdoti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, CUdeviceptr resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZdoti ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cuDoubleComplex &resultDevHostPtr, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZgebsr2csr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDim, int colBlockDim, cusparseMatDescr descrC, CUdeviceptr csrValC, CUdeviceptr csrRowPtrC, CUdeviceptr csrColIndC ) : cusparseStatus |
|
|
cusparseZgebsr2gebsc ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, CUdeviceptr bscVal, CUdeviceptr bscRowInd, CUdeviceptr bscColPtr, cusparseAction copyValues, cusparseIndexBase baseIdx, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZgebsr2gebsc_bufferSize ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZgebsr2gebsc_bufferSizeExt ( cusparseContext handle, int mb, int nb, int nnzb, CUdeviceptr bsrVal, CUdeviceptr bsrRowPtr, CUdeviceptr bsrColInd, int rowBlockDim, int colBlockDim, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZgebsr2gebsr ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, cusparseMatDescr descrC, CUdeviceptr bsrValC, CUdeviceptr bsrRowPtrC, CUdeviceptr bsrColIndC, int rowBlockDimC, int colBlockDimC, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZgebsr2gebsr_bufferSize ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZgebsr2gebsr_bufferSizeExt ( cusparseContext handle, cusparseDirection dirA, int mb, int nb, int nnzb, cusparseMatDescr descrA, CUdeviceptr bsrValA, CUdeviceptr bsrRowPtrA, CUdeviceptr bsrColIndA, int rowBlockDimA, int colBlockDimA, int rowBlockDimC, int colBlockDimC, SizeT &pBufferSize ) : cusparseStatus |
|
|
cusparseZgemmi ( cusparseContext handle, int m, int n, int k, int nnz, CUdeviceptr alpha, CUdeviceptr A, int lda, CUdeviceptr cscValB, CUdeviceptr cscColPtrB, CUdeviceptr cscRowIndB, CUdeviceptr beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZgemmi ( cusparseContext handle, int m, int n, int k, int nnz, cuDoubleComplex &alpha, CUdeviceptr A, int lda, CUdeviceptr cscValB, CUdeviceptr cscColPtrB, CUdeviceptr cscRowIndB, cuDoubleComplex &beta, CUdeviceptr C, int ldc ) : cusparseStatus |
|
|
cusparseZgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, CUdeviceptr alpha, CUdeviceptr A, int lda, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr beta, CUdeviceptr y, cusparseIndexBase idxBase, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZgemvi ( cusparseContext handle, cusparseOperation transA, int m, int n, cuDoubleComplex &alpha, CUdeviceptr A, int lda, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, cuDoubleComplex &beta, CUdeviceptr y, cusparseIndexBase idxBase, CUdeviceptr pBuffer ) : cusparseStatus |
|
|
cusparseZgemvi_bufferSize ( cusparseContext handle, cusparseOperation transA, int m, int n, int nnz, int &pBufferSize ) : cusparseStatus |
|
|
cusparseZgthr ( cusparseContext handle, int nnz, CUdeviceptr y, CUdeviceptr xVal, CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZgthrz ( cusparseContext handle, int nnz, CUdeviceptr y, CUdeviceptr xVal, CUdeviceptr xInd, cusparseIndexBase idxBase ) : cusparseStatus |
|
|
cusparseZgtsv ( cusparseContext handle, int m, int n, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseZgtsvStridedBatch ( cusparseContext handle, int m, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr x, int batchCount, int batchStride ) : cusparseStatus |
|
|
cusparseZgtsv_nopivot ( cusparseContext handle, int m, int n, CUdeviceptr dl, CUdeviceptr d, CUdeviceptr du, CUdeviceptr B, int ldb ) : cusparseStatus |
|
|
cusparseZhyb2csc ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr cscVal, CUdeviceptr cscRowInd, CUdeviceptr cscColPtr ) : cusparseStatus |
|
|
cusparseZhyb2csr ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr csrValA, CUdeviceptr csrRowPtrA, CUdeviceptr csrColIndA ) : cusparseStatus |
|
|
cusparseZhyb2dense ( cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr A, int lda ) : cusparseStatus |
|
|
cusparseZhybmv ( cusparseContext handle, cusparseOperation transA, CUdeviceptr alpha, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr x, CUdeviceptr beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZhybmv ( cusparseContext handle, cusparseOperation transA, cuDoubleComplex &alpha, cusparseMatDescr descrA, cusparseHybMat hybA, CUdeviceptr x, cuDoubleComplex &beta, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZhybsv_analysis ( cusparseContext handle, cusparseOperation transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info ) : cusparseStatus |
|
|
cusparseZhybsv_solve ( cusparseContext handle, cusparseOperation trans, CUdeviceptr alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZhybsv_solve ( cusparseContext handle, cusparseOperation trans, cuDoubleComplex &alpha, cusparseMatDescr descra, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, CUdeviceptr x, CUdeviceptr y ) : cusparseStatus |
|
|
cusparseZnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRowCol, CUdeviceptr nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseZnnz ( cusparseContext handle, cusparseDirection dirA, int m, int n, cusparseMatDescr descrA, CUdeviceptr A, int lda, CUdeviceptr nnzPerRowCol, int &nnzTotalDevHostPtr ) : cusparseStatus |
|
|
cusparseZnnz_compress ( cusparseContext handle, int m, cusparseMatDescr descr, CUdeviceptr values, CUdeviceptr rowPtr, CUdeviceptr nnzPerRow, CUdeviceptr nnzTotal, cuDoubleComplex tol ) : cusparseStatus |
|
|
cusparseZsctr ( cusparseContext handle, int nnz, CUdeviceptr xVal, CUdeviceptr xInd, CUdeviceptr y, cusparseIndexBase idxBase ) : cusparseStatus |
|
|