static int |
cusparse.cusparseCcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseCreateCsru2csrInfo(csru2csrInfo info) |
static int |
cusparse.cusparseDcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDestroyCsru2csrInfo(csru2csrInfo info) |
static int |
cusparse.cusparseScsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2csru(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsru2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnz,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsru2csr(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
csru2csrInfo info,
Pointer pBuffer) |