| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusolver.cusolverSpCcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
int[] num_eigs) |
static int |
cusolver.cusolverSpCcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
IntBuffer num_eigs) |
static int |
cusolver.cusolverSpCcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
IntPointer num_eigs) |
static int |
cusolver.cusolverSpCcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float eps,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float eps,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float eps,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float tol,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float tol,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 mu0,
float2 x0,
int maxite,
float tol,
float2 mu,
float2 x) |
static int |
cusolver.cusolverSpCcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 b,
float tol,
int[] rankA,
float2 x,
int[] p,
float[] min_norm) |
static int |
cusolver.cusolverSpCcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 b,
float tol,
IntBuffer rankA,
float2 x,
IntBuffer p,
FloatBuffer min_norm) |
static int |
cusolver.cusolverSpCcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 b,
float tol,
IntPointer rankA,
float2 x,
IntPointer p,
FloatPointer min_norm) |
static int |
cusolver.cusolverSpCcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
int[] singularity) |
static int |
cusolver.cusolverSpCcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpCcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpCcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
int[] singularity) |
static int |
cusolver.cusolverSpCcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpCcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpCcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
int[] singularity) |
static int |
cusolver.cusolverSpCcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpCcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpCcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
int[] singularity) |
static int |
cusolver.cusolverSpCcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpCcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
float2 b,
float tol,
int reorder,
float2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpCcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
int[] singularity) |
static int |
cusolver.cusolverSpCcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpCcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 b,
float tol,
int reorder,
float2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpCcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpCcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpCcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpCcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 b,
float2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpCcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 b,
float2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpCcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 b,
float2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpCcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] P,
int[] numnz) |
static int |
cusolver.cusolverSpCcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer P,
IntBuffer numnz) |
static int |
cusolver.cusolverSpCcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
float2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer P,
IntPointer numnz) |
static int |
cusolver.cusolverSpDcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
int[] num_eigs) |
static int |
cusolver.cusolverSpDcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
IntBuffer num_eigs) |
static int |
cusolver.cusolverSpDcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
IntPointer num_eigs) |
static int |
cusolver.cusolverSpDcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double mu0,
double[] x0,
int maxite,
double eps,
double[] mu,
double[] x) |
static int |
cusolver.cusolverSpDcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double mu0,
DoubleBuffer x0,
int maxite,
double eps,
DoubleBuffer mu,
DoubleBuffer x) |
static int |
cusolver.cusolverSpDcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double mu0,
DoublePointer x0,
int maxite,
double eps,
DoublePointer mu,
DoublePointer x) |
static int |
cusolver.cusolverSpDcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double mu0,
double[] x0,
int maxite,
double tol,
double[] mu,
double[] x) |
static int |
cusolver.cusolverSpDcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double mu0,
DoubleBuffer x0,
int maxite,
double tol,
DoubleBuffer mu,
DoubleBuffer x) |
static int |
cusolver.cusolverSpDcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double mu0,
DoublePointer x0,
int maxite,
double tol,
DoublePointer mu,
DoublePointer x) |
static int |
cusolver.cusolverSpDcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double[] b,
double tol,
int[] rankA,
double[] x,
int[] p,
double[] min_norm) |
static int |
cusolver.cusolverSpDcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
DoubleBuffer b,
double tol,
IntBuffer rankA,
DoubleBuffer x,
IntBuffer p,
DoubleBuffer min_norm) |
static int |
cusolver.cusolverSpDcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
DoublePointer b,
double tol,
IntPointer rankA,
DoublePointer x,
IntPointer p,
DoublePointer min_norm) |
static int |
cusolver.cusolverSpDcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
double[] b,
double tol,
int reorder,
double[] x,
int[] singularity) |
static int |
cusolver.cusolverSpDcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
DoubleBuffer b,
double tol,
int reorder,
DoubleBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpDcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
DoublePointer b,
double tol,
int reorder,
DoublePointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpDcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
double[] b,
double tol,
int reorder,
double[] x,
int[] singularity) |
static int |
cusolver.cusolverSpDcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
DoubleBuffer b,
double tol,
int reorder,
DoubleBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpDcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
DoublePointer b,
double tol,
int reorder,
DoublePointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpDcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double[] b,
double tol,
int reorder,
double[] x,
int[] singularity) |
static int |
cusolver.cusolverSpDcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
DoubleBuffer b,
double tol,
int reorder,
DoubleBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpDcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
DoublePointer b,
double tol,
int reorder,
DoublePointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpDcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
double[] b,
double tol,
int reorder,
double[] x,
int[] singularity) |
static int |
cusolver.cusolverSpDcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
DoubleBuffer b,
double tol,
int reorder,
DoubleBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpDcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
DoublePointer b,
double tol,
int reorder,
DoublePointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpDcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double[] b,
double tol,
int reorder,
double[] x,
int[] singularity) |
static int |
cusolver.cusolverSpDcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
DoubleBuffer b,
double tol,
int reorder,
DoubleBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpDcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
DoublePointer b,
double tol,
int reorder,
DoublePointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpDcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpDcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpDcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpDcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double[] b,
double[] x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpDcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
DoubleBuffer b,
DoubleBuffer x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpDcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
DoublePointer b,
DoublePointer x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpDcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
double[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] P,
int[] numnz) |
static int |
cusolver.cusolverSpDcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer P,
IntBuffer numnz) |
static int |
cusolver.cusolverSpDcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer P,
IntPointer numnz) |
static int |
cusolver.cusolverSpScsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
int[] num_eigs) |
static int |
cusolver.cusolverSpScsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
IntBuffer num_eigs) |
static int |
cusolver.cusolverSpScsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float2 left_bottom_corner,
float2 right_upper_corner,
IntPointer num_eigs) |
static int |
cusolver.cusolverSpScsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float mu0,
float[] x0,
int maxite,
float eps,
float[] mu,
float[] x) |
static int |
cusolver.cusolverSpScsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float mu0,
FloatBuffer x0,
int maxite,
float eps,
FloatBuffer mu,
FloatBuffer x) |
static int |
cusolver.cusolverSpScsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float mu0,
FloatPointer x0,
int maxite,
float eps,
FloatPointer mu,
FloatPointer x) |
static int |
cusolver.cusolverSpScsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float mu0,
float[] x0,
int maxite,
float tol,
float[] mu,
float[] x) |
static int |
cusolver.cusolverSpScsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
float mu0,
FloatBuffer x0,
int maxite,
float tol,
FloatBuffer mu,
FloatBuffer x) |
static int |
cusolver.cusolverSpScsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
float mu0,
FloatPointer x0,
int maxite,
float tol,
FloatPointer mu,
FloatPointer x) |
static int |
cusolver.cusolverSpScsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float[] b,
float tol,
int[] rankA,
float[] x,
int[] p,
float[] min_norm) |
static int |
cusolver.cusolverSpScsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
FloatBuffer b,
float tol,
IntBuffer rankA,
FloatBuffer x,
IntBuffer p,
FloatBuffer min_norm) |
static int |
cusolver.cusolverSpScsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
FloatPointer b,
float tol,
IntPointer rankA,
FloatPointer x,
IntPointer p,
FloatPointer min_norm) |
static int |
cusolver.cusolverSpScsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
float[] b,
float tol,
int reorder,
float[] x,
int[] singularity) |
static int |
cusolver.cusolverSpScsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
FloatBuffer b,
float tol,
int reorder,
FloatBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpScsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
FloatPointer b,
float tol,
int reorder,
FloatPointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpScsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
float[] b,
float tol,
int reorder,
float[] x,
int[] singularity) |
static int |
cusolver.cusolverSpScsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
FloatBuffer b,
float tol,
int reorder,
FloatBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpScsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
FloatPointer b,
float tol,
int reorder,
FloatPointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpScsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float[] b,
float tol,
int reorder,
float[] x,
int[] singularity) |
static int |
cusolver.cusolverSpScsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
FloatBuffer b,
float tol,
int reorder,
FloatBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpScsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
FloatPointer b,
float tol,
int reorder,
FloatPointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpScsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
float[] b,
float tol,
int reorder,
float[] x,
int[] singularity) |
static int |
cusolver.cusolverSpScsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
FloatBuffer b,
float tol,
int reorder,
FloatBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpScsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
FloatPointer b,
float tol,
int reorder,
FloatPointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpScsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float[] b,
float tol,
int reorder,
float[] x,
int[] singularity) |
static int |
cusolver.cusolverSpScsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
FloatBuffer b,
float tol,
int reorder,
FloatBuffer x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpScsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
FloatPointer b,
float tol,
int reorder,
FloatPointer x,
IntPointer singularity) |
static int |
cusolver.cusolverSpScsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrVal,
int[] csrRowPtr,
int[] csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpScsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpScsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpScsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
float[] b,
float[] x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpScsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
FloatBuffer b,
FloatBuffer x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpScsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
FloatPointer b,
FloatPointer x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpScsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
float[] csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] P,
int[] numnz) |
static int |
cusolver.cusolverSpScsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer P,
IntBuffer numnz) |
static int |
cusolver.cusolverSpScsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer P,
IntPointer numnz) |
static int |
cusolver.cusolverSpXcsrissymHost(cusolverSpContext handle,
int m,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrEndPtrA,
int[] csrColIndA,
int[] issym) |
static int |
cusolver.cusolverSpXcsrissymHost(cusolverSpContext handle,
int m,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrEndPtrA,
IntBuffer csrColIndA,
IntBuffer issym) |
static int |
cusolver.cusolverSpXcsrissymHost(cusolverSpContext handle,
int m,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrEndPtrA,
IntPointer csrColIndA,
IntPointer issym) |
static int |
cusolver.cusolverSpXcsrmetisndHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
long[] options,
int[] p) |
static int |
cusolver.cusolverSpXcsrmetisndHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
LongBuffer options,
IntBuffer p) |
static int |
cusolver.cusolverSpXcsrmetisndHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
LongPointer options,
IntPointer p) |
static int |
cusolver.cusolverSpXcsrperm_bufferSizeHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] p,
int[] q,
SizeTPointer bufferSizeInBytes) |
static int |
cusolver.cusolverSpXcsrperm_bufferSizeHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer p,
IntBuffer q,
SizeTPointer bufferSizeInBytes) |
static int |
cusolver.cusolverSpXcsrperm_bufferSizeHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer p,
IntPointer q,
SizeTPointer bufferSizeInBytes) |
static int |
cusolver.cusolverSpXcsrpermHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] p,
int[] q,
int[] map,
Pointer pBuffer) |
static int |
cusolver.cusolverSpXcsrpermHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer p,
IntBuffer q,
IntBuffer map,
Pointer pBuffer) |
static int |
cusolver.cusolverSpXcsrpermHost(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer p,
IntPointer q,
IntPointer map,
Pointer pBuffer) |
static int |
cusolver.cusolverSpXcsrqrAnalysisBatched(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
csrqrInfo info) |
static int |
cusolver.cusolverSpXcsrqrAnalysisBatched(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
csrqrInfo info) |
static int |
cusolver.cusolverSpXcsrqrAnalysisBatched(cusolverSpContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
csrqrInfo info) |
static int |
cusolver.cusolverSpXcsrsymamdHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] p) |
static int |
cusolver.cusolverSpXcsrsymamdHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer p) |
static int |
cusolver.cusolverSpXcsrsymamdHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer p) |
static int |
cusolver.cusolverSpXcsrsymmdqHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] p) |
static int |
cusolver.cusolverSpXcsrsymmdqHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer p) |
static int |
cusolver.cusolverSpXcsrsymmdqHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer p) |
static int |
cusolver.cusolverSpXcsrsymrcmHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] p) |
static int |
cusolver.cusolverSpXcsrsymrcmHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer p) |
static int |
cusolver.cusolverSpXcsrsymrcmHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer p) |
static int |
cusolver.cusolverSpZcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
int[] num_eigs) |
static int |
cusolver.cusolverSpZcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
IntBuffer num_eigs) |
static int |
cusolver.cusolverSpZcsreigsHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 left_bottom_corner,
double2 right_upper_corner,
IntPointer num_eigs) |
static int |
cusolver.cusolverSpZcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double eps,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double eps,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsreigvsi(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double eps,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double tol,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double tol,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsreigvsiHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 mu0,
double2 x0,
int maxite,
double tol,
double2 mu,
double2 x) |
static int |
cusolver.cusolverSpZcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 b,
double tol,
int[] rankA,
double2 x,
int[] p,
double[] min_norm) |
static int |
cusolver.cusolverSpZcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 b,
double tol,
IntBuffer rankA,
double2 x,
IntBuffer p,
DoubleBuffer min_norm) |
static int |
cusolver.cusolverSpZcsrlsqvqrHost(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 b,
double tol,
IntPointer rankA,
double2 x,
IntPointer p,
DoublePointer min_norm) |
static int |
cusolver.cusolverSpZcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
int[] singularity) |
static int |
cusolver.cusolverSpZcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpZcsrlsvchol(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpZcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
int[] singularity) |
static int |
cusolver.cusolverSpZcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpZcsrlsvcholHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpZcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
int[] singularity) |
static int |
cusolver.cusolverSpZcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpZcsrlsvluHost(cusolverSpContext handle,
int n,
int nnzA,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpZcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
int[] singularity) |
static int |
cusolver.cusolverSpZcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpZcsrlsvqr(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
double2 b,
double tol,
int reorder,
double2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpZcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
int[] singularity) |
static int |
cusolver.cusolverSpZcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
IntBuffer singularity) |
static int |
cusolver.cusolverSpZcsrlsvqrHost(cusolverSpContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 b,
double tol,
int reorder,
double2 x,
IntPointer singularity) |
static int |
cusolver.cusolverSpZcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
int[] csrRowPtr,
int[] csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpZcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntBuffer csrRowPtr,
IntBuffer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpZcsrqrBufferInfoBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrVal,
IntPointer csrRowPtr,
IntPointer csrColInd,
int batchSize,
csrqrInfo info,
SizeTPointer internalDataInBytes,
SizeTPointer workspaceInBytes) |
static int |
cusolver.cusolverSpZcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
double2 b,
double2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpZcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
double2 b,
double2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpZcsrqrsvBatched(cusolverSpContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
double2 b,
double2 x,
int batchSize,
csrqrInfo info,
Pointer pBuffer) |
static int |
cusolver.cusolverSpZcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] P,
int[] numnz) |
static int |
cusolver.cusolverSpZcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer P,
IntBuffer numnz) |
static int |
cusolver.cusolverSpZcsrzfdHost(cusolverSpContext handle,
int n,
int nnz,
cusparseMatDescr descrA,
double2 csrValA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer P,
IntPointer numnz) |
static int |
cusparse.cusparseCbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseCbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseCbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseCbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseCbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseCbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseCbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockSize,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockSize,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockSize,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
float2 B,
int ldb,
float2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
float2 B,
int ldb,
float2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
float2 B,
int ldb,
float2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedMaskPtrA,
int[] bsrSortedRowPtrA,
int[] bsrSortedEndPtrA,
int[] bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedMaskPtrA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedEndPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
float2 alpha,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedMaskPtrA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedEndPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC) |
static int |
cusparse.cusparseCcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC) |
static int |
cusparse.cusparseCcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC) |
static int |
cusparse.cusparseCcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedColIndA,
int[] csrSortedRowPtrA,
int nnzA,
int[] nnzPerRow,
float2 csrSortedValC,
int[] csrSortedColIndC,
int[] csrSortedRowPtrC,
float2 tol) |
static int |
cusparse.cusparseCcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedColIndA,
IntBuffer csrSortedRowPtrA,
int nnzA,
IntBuffer nnzPerRow,
float2 csrSortedValC,
IntBuffer csrSortedColIndC,
IntBuffer csrSortedRowPtrC,
float2 tol) |
static int |
cusparse.cusparseCcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedColIndA,
IntPointer csrSortedRowPtrA,
int nnzA,
IntPointer nnzPerRow,
float2 csrSortedValC,
IntPointer csrSortedColIndC,
IntPointer csrSortedRowPtrC,
float2 tol) |
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.cusparseCcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 A,
int lda) |
static int |
cusparse.cusparseCcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCcsrgeam(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgeam(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgeam(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgeam2(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrgeam2(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrgeam2(cusparseContext handle,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 beta,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float2 alpha,
cusparseMatDescr descrA,
int nnzA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
float2 beta,
cusparseMatDescr descrD,
int nnzD,
float2 csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
float2 beta,
float2 C,
int ldc) |
static int |
cusparse.cusparseCcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
float2 f,
float2 x,
int policy,
Pointer pBuffer) |
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.cusparseCdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
int[] nnzPerCol,
float2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA) |
static int |
cusparse.cusparseCdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntBuffer nnzPerCol,
float2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA) |
static int |
cusparse.cusparseCdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntPointer nnzPerCol,
float2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA) |
static int |
cusparse.cusparseCdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
int[] nnzPerRow,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseCdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntBuffer nnzPerRow,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseCdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntPointer nnzPerRow,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseCgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseCgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseCgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
float2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseCgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseCgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseCgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
float2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseChyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseChybmv(cusparseContext handle,
int transA,
float2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 x,
float2 beta,
float2 y)
Deprecated.
|
static int |
cusparse.cusparseChybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
cusparse.cusparseChybsv_solve(cusparseContext handle,
int trans,
float2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x)
Deprecated.
|
static int |
cusparse.cusparseCnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] nnzPerRow,
int[] nnzC,
float2 tol) |
static int |
cusparse.cusparseCnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer nnzPerRow,
IntBuffer nnzC,
float2 tol) |
static int |
cusparse.cusparseCnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer nnzPerRow,
IntPointer nnzC,
float2 tol) |
static int |
cusparse.cusparseCnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
int[] nnzPerRowCol,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseCnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntBuffer nnzPerRowCol,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseCnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntPointer nnzPerRowCol,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseCreateMatDescr(cusparseMatDescr descrA) |
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrmvEx_bufferSize(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
int[] csrRowPtrA,
int[] csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
SizeTPointer bufferSizeInBytes) |
static int |
cusparse.cusparseCsrmvEx_bufferSize(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
SizeTPointer bufferSizeInBytes) |
static int |
cusparse.cusparseCsrmvEx_bufferSize(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
SizeTPointer bufferSizeInBytes) |
static int |
cusparse.cusparseCsrmvEx(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
int[] csrRowPtrA,
int[] csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
Pointer buffer) |
static int |
cusparse.cusparseCsrmvEx(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
Pointer buffer) |
static int |
cusparse.cusparseCsrmvEx(cusparseContext handle,
int alg,
int transA,
int m,
int n,
int nnz,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrValA,
int csrValAtype,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
Pointer x,
int xtype,
Pointer beta,
int betatype,
Pointer y,
int ytype,
int executiontype,
Pointer buffer) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseDbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseDbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseDbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseDbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseDbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseDbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseDbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
double[] alpha,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockSize,
double[] B,
int ldb,
double[] beta,
double[] C,
int ldc) |
static int |
cusparse.cusparseDbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockSize,
DoubleBuffer B,
int ldb,
DoubleBuffer beta,
DoubleBuffer C,
int ldc) |
static int |
cusparse.cusparseDbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockSize,
DoublePointer B,
int ldb,
DoublePointer beta,
DoublePointer C,
int ldc) |
static int |
cusparse.cusparseDbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
double[] alpha,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
double[] x,
double[] beta,
double[] y) |
static int |
cusparse.cusparseDbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y) |
static int |
cusparse.cusparseDbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
DoublePointer x,
DoublePointer beta,
DoublePointer y) |
static int |
cusparse.cusparseDbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
double[] alpha,
cusparseMatDescr descrA,
double[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
double[] B,
int ldb,
double[] X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
DoubleBuffer B,
int ldb,
DoubleBuffer X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
DoublePointer B,
int ldb,
DoublePointer X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
double[] alpha,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
double[] f,
double[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
DoubleBuffer f,
DoubleBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
DoublePointer f,
DoublePointer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
double[] alpha,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedMaskPtrA,
int[] bsrSortedRowPtrA,
int[] bsrSortedEndPtrA,
int[] bsrSortedColIndA,
int blockDim,
double[] x,
double[] beta,
double[] y) |
static int |
cusparse.cusparseDbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedMaskPtrA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedEndPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y) |
static int |
cusparse.cusparseDbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedMaskPtrA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedEndPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
DoublePointer x,
DoublePointer beta,
DoublePointer y) |
static int |
cusparse.cusparseDcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
double[] A,
int lda) |
static int |
cusparse.cusparseDcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
DoubleBuffer A,
int lda) |
static int |
cusparse.cusparseDcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
DoublePointer A,
int lda) |
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC) |
static int |
cusparse.cusparseDcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
DoubleBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC) |
static int |
cusparse.cusparseDcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
DoublePointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC) |
static int |
cusparse.cusparseDcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedColIndA,
int[] csrSortedRowPtrA,
int nnzA,
int[] nnzPerRow,
double[] csrSortedValC,
int[] csrSortedColIndC,
int[] csrSortedRowPtrC,
double tol) |
static int |
cusparse.cusparseDcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedColIndA,
IntBuffer csrSortedRowPtrA,
int nnzA,
IntBuffer nnzPerRow,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedColIndC,
IntBuffer csrSortedRowPtrC,
double tol) |
static int |
cusparse.cusparseDcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedColIndA,
IntPointer csrSortedRowPtrA,
int nnzA,
IntPointer nnzPerRow,
DoublePointer csrSortedValC,
IntPointer csrSortedColIndC,
IntPointer csrSortedRowPtrC,
double tol) |
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.cusparseDcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] A,
int lda) |
static int |
cusparse.cusparseDcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer A,
int lda) |
static int |
cusparse.cusparseDcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer A,
int lda) |
static int |
cusparse.cusparseDcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrC,
double[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrC,
DoubleBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrC,
DoublePointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrgeam(cusparseContext handle,
int m,
int n,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] beta,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgeam(cusparseContext handle,
int m,
int n,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer beta,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgeam(cusparseContext handle,
int m,
int n,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer beta,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] beta,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer beta,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer beta,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgeam2(cusparseContext handle,
int m,
int n,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] beta,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrgeam2(cusparseContext handle,
int m,
int n,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer beta,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrgeam2(cusparseContext handle,
int m,
int n,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer beta,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double[] beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
DoubleBuffer beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
DoublePointer beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double[] alpha,
cusparseMatDescr descrA,
int nnzA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double[] beta,
cusparseMatDescr descrD,
int nnzD,
double[] csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
DoubleBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoubleBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
DoubleBuffer beta,
cusparseMatDescr descrD,
int nnzD,
DoubleBuffer csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
DoublePointer alpha,
cusparseMatDescr descrA,
int nnzA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
DoublePointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
DoublePointer beta,
cusparseMatDescr descrD,
int nnzD,
DoublePointer csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
double[] beta,
double[] C,
int ldc) |
static int |
cusparse.cusparseDcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
DoubleBuffer beta,
DoubleBuffer C,
int ldc) |
static int |
cusparse.cusparseDcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
DoublePointer beta,
DoublePointer C,
int ldc) |
static int |
cusparse.cusparseDcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
double[] beta,
double[] C,
int ldc) |
static int |
cusparse.cusparseDcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
DoubleBuffer beta,
DoubleBuffer C,
int ldc) |
static int |
cusparse.cusparseDcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
DoublePointer beta,
DoublePointer C,
int ldc) |
static int |
cusparse.cusparseDcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] x,
double[] beta,
double[] y) |
static int |
cusparse.cusparseDcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y) |
static int |
cusparse.cusparseDcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer x,
DoublePointer beta,
DoublePointer y) |
static int |
cusparse.cusparseDcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] x,
double[] beta,
double[] y) |
static int |
cusparse.cusparseDcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y) |
static int |
cusparse.cusparseDcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer x,
DoublePointer beta,
DoublePointer y) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double[] B,
int ldb,
double[] X,
int ldx) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoubleBuffer B,
int ldb,
DoubleBuffer X,
int ldx) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoublePointer B,
int ldb,
DoublePointer X,
int ldx) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double[] f,
double[] x) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoubleBuffer f,
DoubleBuffer x) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoublePointer f,
DoublePointer x) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
double[] f,
double[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
DoubleBuffer f,
DoubleBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
DoublePointer f,
DoublePointer x,
int policy,
Pointer pBuffer) |
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.cusparseDdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] A,
int lda,
int[] nnzPerCol,
double[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA) |
static int |
cusparse.cusparseDdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer A,
int lda,
IntBuffer nnzPerCol,
DoubleBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA) |
static int |
cusparse.cusparseDdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer A,
int lda,
IntPointer nnzPerCol,
DoublePointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA) |
static int |
cusparse.cusparseDdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] A,
int lda,
int[] nnzPerRow,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseDdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer A,
int lda,
IntBuffer nnzPerRow,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseDdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer A,
int lda,
IntPointer nnzPerRow,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseDestroyMatDescr(cusparseMatDescr descrA) |
static int |
cusparse.cusparseDgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseDgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseDgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseDgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
double[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseDgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
DoubleBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
DoubleBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseDgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
DoublePointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
DoublePointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
double[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] x,
double[] beta,
double[] y)
Deprecated.
|
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
DoubleBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y)
Deprecated.
|
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
DoublePointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer x,
DoublePointer beta,
DoublePointer y)
Deprecated.
|
static int |
cusparse.cusparseDhybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
double[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
double[] f,
double[] x)
Deprecated.
|
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
DoubleBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
DoubleBuffer f,
DoubleBuffer x)
Deprecated.
|
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
DoublePointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
DoublePointer f,
DoublePointer x)
Deprecated.
|
static int |
cusparse.cusparseDnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] nnzPerRow,
int[] nnzC,
double tol) |
static int |
cusparse.cusparseDnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer nnzPerRow,
IntBuffer nnzC,
double tol) |
static int |
cusparse.cusparseDnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer nnzPerRow,
IntPointer nnzC,
double tol) |
static int |
cusparse.cusparseDnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double[] A,
int lda,
int[] nnzPerRowCol,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseDnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer A,
int lda,
IntBuffer nnzPerRowCol,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseDnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer A,
int lda,
IntPointer nnzPerRowCol,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseDpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] threshold,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer threshold,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer threshold,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] threshold,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer threshold,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer threshold,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] threshold,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer threshold,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer threshold,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
double[] threshold,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
DoubleBuffer threshold,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
DoublePointer threshold,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csr(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
double[] threshold,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csr(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
DoubleBuffer threshold,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csr(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
DoublePointer threshold,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
double[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoubleBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
DoublePointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
double[] threshold,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
DoubleBuffer threshold,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
DoublePointer threshold,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
double[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
DoubleBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseDpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
DoublePointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseGetMatDiagType(cusparseMatDescr descrA) |
static int |
cusparse.cusparseGetMatFillMode(cusparseMatDescr descrA) |
static int |
cusparse.cusparseGetMatIndexBase(cusparseMatDescr descrA) |
static int |
cusparse.cusparseGetMatType(cusparseMatDescr descrA) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
__half threshold,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
__half csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csr(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
__half csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
__half A,
int lda,
__half threshold,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseHpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
__half A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseSbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseSbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseSbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseSbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseSbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseSbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
float[] alpha,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockSize,
float[] B,
int ldb,
float[] beta,
float[] C,
int ldc) |
static int |
cusparse.cusparseSbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockSize,
FloatBuffer B,
int ldb,
FloatBuffer beta,
FloatBuffer C,
int ldc) |
static int |
cusparse.cusparseSbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockSize,
FloatPointer B,
int ldb,
FloatPointer beta,
FloatPointer C,
int ldc) |
static int |
cusparse.cusparseSbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
float[] alpha,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
float[] x,
float[] beta,
float[] y) |
static int |
cusparse.cusparseSbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y) |
static int |
cusparse.cusparseSbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
FloatPointer x,
FloatPointer beta,
FloatPointer y) |
static int |
cusparse.cusparseSbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
float[] alpha,
cusparseMatDescr descrA,
float[] bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
float[] B,
int ldb,
float[] X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
FloatBuffer B,
int ldb,
FloatBuffer X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
FloatPointer B,
int ldb,
FloatPointer X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
float[] alpha,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
float[] f,
float[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
FloatBuffer f,
FloatBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
FloatPointer f,
FloatPointer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseSbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
float[] alpha,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedMaskPtrA,
int[] bsrSortedRowPtrA,
int[] bsrSortedEndPtrA,
int[] bsrSortedColIndA,
int blockDim,
float[] x,
float[] beta,
float[] y) |
static int |
cusparse.cusparseSbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedMaskPtrA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedEndPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y) |
static int |
cusparse.cusparseSbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedMaskPtrA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedEndPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
FloatPointer x,
FloatPointer beta,
FloatPointer y) |
static int |
cusparse.cusparseScsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
float[] A,
int lda) |
static int |
cusparse.cusparseScsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
FloatBuffer A,
int lda) |
static int |
cusparse.cusparseScsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
FloatPointer A,
int lda) |
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
float[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC) |
static int |
cusparse.cusparseScsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
FloatBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC) |
static int |
cusparse.cusparseScsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
FloatPointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC) |
static int |
cusparse.cusparseScsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedColIndA,
int[] csrSortedRowPtrA,
int nnzA,
int[] nnzPerRow,
float[] csrSortedValC,
int[] csrSortedColIndC,
int[] csrSortedRowPtrC,
float tol) |
static int |
cusparse.cusparseScsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedColIndA,
IntBuffer csrSortedRowPtrA,
int nnzA,
IntBuffer nnzPerRow,
FloatBuffer csrSortedValC,
IntBuffer csrSortedColIndC,
IntBuffer csrSortedRowPtrC,
float tol) |
static int |
cusparse.cusparseScsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedColIndA,
IntPointer csrSortedRowPtrA,
int nnzA,
IntPointer nnzPerRow,
FloatPointer csrSortedValC,
IntPointer csrSortedColIndC,
IntPointer csrSortedRowPtrC,
float tol) |
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.cusparseScsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] A,
int lda) |
static int |
cusparse.cusparseScsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer A,
int lda) |
static int |
cusparse.cusparseScsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer A,
int lda) |
static int |
cusparse.cusparseScsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrC,
float[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseScsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrC,
FloatBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseScsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrC,
FloatPointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseScsrgeam(cusparseContext handle,
int m,
int n,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] beta,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseScsrgeam(cusparseContext handle,
int m,
int n,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer beta,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseScsrgeam(cusparseContext handle,
int m,
int n,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer beta,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseScsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] beta,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer beta,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer beta,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgeam2(cusparseContext handle,
int m,
int n,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] beta,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrgeam2(cusparseContext handle,
int m,
int n,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer beta,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrgeam2(cusparseContext handle,
int m,
int n,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer beta,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseScsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseScsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float[] beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
FloatBuffer beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
FloatPointer beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
float[] alpha,
cusparseMatDescr descrA,
int nnzA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
float[] csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
float[] beta,
cusparseMatDescr descrD,
int nnzD,
float[] csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
FloatBuffer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatBuffer csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
FloatBuffer beta,
cusparseMatDescr descrD,
int nnzD,
FloatBuffer csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrgemm2(cusparseContext handle,
int m,
int n,
int k,
FloatPointer alpha,
cusparseMatDescr descrA,
int nnzA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
FloatPointer csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
FloatPointer beta,
cusparseMatDescr descrD,
int nnzD,
FloatPointer csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
float[] beta,
float[] C,
int ldc) |
static int |
cusparse.cusparseScsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
FloatBuffer beta,
FloatBuffer C,
int ldc) |
static int |
cusparse.cusparseScsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
FloatPointer beta,
FloatPointer C,
int ldc) |
static int |
cusparse.cusparseScsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
float[] beta,
float[] C,
int ldc) |
static int |
cusparse.cusparseScsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
FloatBuffer beta,
FloatBuffer C,
int ldc) |
static int |
cusparse.cusparseScsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
FloatPointer beta,
FloatPointer C,
int ldc) |
static int |
cusparse.cusparseScsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] x,
float[] beta,
float[] y) |
static int |
cusparse.cusparseScsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y) |
static int |
cusparse.cusparseScsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer x,
FloatPointer beta,
FloatPointer y) |
static int |
cusparse.cusparseScsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] x,
float[] beta,
float[] y) |
static int |
cusparse.cusparseScsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y) |
static int |
cusparse.cusparseScsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer x,
FloatPointer beta,
FloatPointer y) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float[] B,
int ldb,
float[] X,
int ldx) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatBuffer B,
int ldb,
FloatBuffer X,
int ldx) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatPointer B,
int ldb,
FloatPointer X,
int ldx) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float[] f,
float[] x) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatBuffer f,
FloatBuffer x) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatPointer f,
FloatPointer x) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
float[] f,
float[] x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
FloatBuffer f,
FloatBuffer x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
FloatPointer f,
FloatPointer x,
int policy,
Pointer pBuffer) |
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.cusparseSdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] A,
int lda,
int[] nnzPerCol,
float[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA) |
static int |
cusparse.cusparseSdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer A,
int lda,
IntBuffer nnzPerCol,
FloatBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA) |
static int |
cusparse.cusparseSdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer A,
int lda,
IntPointer nnzPerCol,
FloatPointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA) |
static int |
cusparse.cusparseSdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] A,
int lda,
int[] nnzPerRow,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseSdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer A,
int lda,
IntBuffer nnzPerRow,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseSdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer A,
int lda,
IntPointer nnzPerRow,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseSetMatDiagType(cusparseMatDescr descrA,
int diagType) |
static int |
cusparse.cusparseSetMatFillMode(cusparseMatDescr descrA,
int fillMode) |
static int |
cusparse.cusparseSetMatIndexBase(cusparseMatDescr descrA,
int base) |
static int |
cusparse.cusparseSetMatType(cusparseMatDescr descrA,
int type) |
static int |
cusparse.cusparseSgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseSgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseSgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseSgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseSgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseSgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
float[] bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
float[] bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseSgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
FloatBuffer bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
FloatBuffer bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseSgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
FloatPointer bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
FloatPointer bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
float[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] x,
float[] beta,
float[] y)
Deprecated.
|
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
FloatBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y)
Deprecated.
|
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
FloatPointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer x,
FloatPointer beta,
FloatPointer y)
Deprecated.
|
static int |
cusparse.cusparseShybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
float[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
float[] f,
float[] x)
Deprecated.
|
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
FloatBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
FloatBuffer f,
FloatBuffer x)
Deprecated.
|
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
FloatPointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
FloatPointer f,
FloatPointer x)
Deprecated.
|
static int |
cusparse.cusparseSnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] nnzPerRow,
int[] nnzC,
float tol) |
static int |
cusparse.cusparseSnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer nnzPerRow,
IntBuffer nnzC,
float tol) |
static int |
cusparse.cusparseSnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer nnzPerRow,
IntPointer nnzC,
float tol) |
static int |
cusparse.cusparseSnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
float[] A,
int lda,
int[] nnzPerRowCol,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseSnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer A,
int lda,
IntBuffer nnzPerRowCol,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseSnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer A,
int lda,
IntPointer nnzPerRowCol,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseSpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] threshold,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer threshold,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer threshold,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] threshold,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer threshold,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csr(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer threshold,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] threshold,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer threshold,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnz(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer threshold,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneCsr2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
int nnzA,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float percentage,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float[] threshold,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
FloatBuffer threshold,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csr_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
FloatPointer threshold,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csr(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float[] threshold,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csr(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
FloatBuffer threshold,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csr(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
FloatPointer threshold,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage_bufferSizeExt(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
float[] csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatBuffer csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrByPercentage(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
FloatPointer csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float[] threshold,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
FloatBuffer threshold,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnz(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
FloatPointer threshold,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
float[] A,
int lda,
float percentage,
cusparseMatDescr descrC,
int[] csrRowPtrC,
int[] nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
FloatBuffer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntBuffer csrRowPtrC,
IntBuffer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseSpruneDense2csrNnzByPercentage(cusparseContext handle,
int m,
int n,
FloatPointer A,
int lda,
float percentage,
cusparseMatDescr descrC,
IntPointer csrRowPtrC,
IntPointer nnzTotalDevHostPtr,
pruneInfo info,
Pointer pBuffer) |
static int |
cusparse.cusparseXcscsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
int[] cscColPtrA,
int[] cscRowIndA,
int[] P,
Pointer pBuffer) |
static int |
cusparse.cusparseXcscsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
IntBuffer cscColPtrA,
IntBuffer cscRowIndA,
IntBuffer P,
Pointer pBuffer) |
static int |
cusparse.cusparseXcscsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
IntPointer cscColPtrA,
IntPointer cscRowIndA,
IntPointer P,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsr2bsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
int[] bsrSortedRowPtrC,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsr2bsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
IntBuffer bsrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsr2bsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
IntPointer bsrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsr2gebsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrC,
int[] bsrSortedRowPtrC,
int rowBlockDim,
int colBlockDim,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsr2gebsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrC,
IntBuffer bsrSortedRowPtrC,
int rowBlockDim,
int colBlockDim,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsr2gebsrNnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrC,
IntPointer bsrSortedRowPtrC,
int rowBlockDim,
int colBlockDim,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrgeam2Nnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
Pointer workspace) |
static int |
cusparse.cusparseXcsrgeam2Nnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
Pointer workspace) |
static int |
cusparse.cusparseXcsrgeam2Nnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
Pointer workspace) |
static int |
cusparse.cusparseXcsrgeamNnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrgeamNnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrgeamNnz(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrgemm2Nnz(cusparseContext handle,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrgemmNnz(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
int[] csrSortedRowPtrC,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrgemmNnz(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
IntBuffer csrSortedRowPtrC,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrgemmNnz(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
IntPointer csrSortedRowPtrC,
IntPointer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseXcsrsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
int[] csrRowPtrA,
int[] csrColIndA,
int[] P,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
IntBuffer csrRowPtrA,
IntBuffer csrColIndA,
IntBuffer P,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrsort(cusparseContext handle,
int m,
int n,
int nnz,
cusparseMatDescr descrA,
IntPointer csrRowPtrA,
IntPointer csrColIndA,
IntPointer P,
Pointer pBuffer) |
static int |
cusparse.cusparseXgebsr2gebsrNnz(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
int[] bsrSortedRowPtrC,
int rowBlockDimC,
int colBlockDimC,
int[] nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseXgebsr2gebsrNnz(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
IntBuffer bsrSortedRowPtrC,
int rowBlockDimC,
int colBlockDimC,
IntBuffer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseXgebsr2gebsrNnz(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
IntPointer bsrSortedRowPtrC,
int rowBlockDimC,
int colBlockDimC,
IntPointer nnzTotalDevHostPtr,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseZbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseZbsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseZbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseZbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseZbsric02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pInputBuffer) |
static int |
cusparse.cusparseZbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsric02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsric02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02_analysis(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrilu02_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrilu02(cusparseContext handle,
int dirA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockDim,
bsrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockSize,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockSize,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZbsrmm(cusparseContext handle,
int dirA,
int transA,
int transB,
int mb,
int n,
int kb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockSize,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZbsrmv(cusparseContext handle,
int dirA,
int transA,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsm2_analysis(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsm2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedVal,
int[] bsrSortedRowPtr,
int[] bsrSortedColInd,
int blockSize,
bsrsm2Info info,
double2 B,
int ldb,
double2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntBuffer bsrSortedRowPtr,
IntBuffer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
double2 B,
int ldb,
double2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsm2_solve(cusparseContext handle,
int dirA,
int transA,
int transXY,
int mb,
int n,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedVal,
IntPointer bsrSortedRowPtr,
IntPointer bsrSortedColInd,
int blockSize,
bsrsm2Info info,
double2 B,
int ldb,
double2 X,
int ldx,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_analysis(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsv2_bufferSize(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrsv2_solve(cusparseContext handle,
int dirA,
int transA,
int mb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
bsrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedMaskPtrA,
int[] bsrSortedRowPtrA,
int[] bsrSortedEndPtrA,
int[] bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedMaskPtrA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedEndPtrA,
IntBuffer bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZbsrxmv(cusparseContext handle,
int dirA,
int transA,
int sizeOfMask,
int mb,
int nb,
int nnzb,
double2 alpha,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedMaskPtrA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedEndPtrA,
IntPointer bsrSortedColIndA,
int blockDim,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsc2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC) |
static int |
cusparse.cusparseZcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC) |
static int |
cusparse.cusparseZcsr2bsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int blockDim,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC) |
static int |
cusparse.cusparseZcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedColIndA,
int[] csrSortedRowPtrA,
int nnzA,
int[] nnzPerRow,
double2 csrSortedValC,
int[] csrSortedColIndC,
int[] csrSortedRowPtrC,
double2 tol) |
static int |
cusparse.cusparseZcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedColIndA,
IntBuffer csrSortedRowPtrA,
int nnzA,
IntBuffer nnzPerRow,
double2 csrSortedValC,
IntBuffer csrSortedColIndC,
IntBuffer csrSortedRowPtrC,
double2 tol) |
static int |
cusparse.cusparseZcsr2csr_compress(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedColIndA,
IntPointer csrSortedRowPtrA,
int nnzA,
IntPointer nnzPerRow,
double2 csrSortedValC,
IntPointer csrSortedColIndC,
IntPointer csrSortedRowPtrC,
double2 tol) |
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.cusparseZcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsr2dense(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 A,
int lda) |
static int |
cusparse.cusparseZcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
int rowBlockDim,
int colBlockDim,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2gebsr(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDim,
int colBlockDim,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrgeam(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgeam(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgeam(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgeam2_bufferSizeExt(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgeam2(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrgeam2(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrgeam2(cusparseContext handle,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 beta,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgemm(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgemm2_bufferSizeExt(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
csrgemm2Info info,
SizeTPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
int[] csrSortedRowPtrB,
int[] csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
int[] csrSortedRowPtrD,
int[] csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntBuffer csrSortedRowPtrB,
IntBuffer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
IntBuffer csrSortedRowPtrD,
IntBuffer csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrgemm2(cusparseContext handle,
int m,
int n,
int k,
double2 alpha,
cusparseMatDescr descrA,
int nnzA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseMatDescr descrB,
int nnzB,
double2 csrSortedValB,
IntPointer csrSortedRowPtrB,
IntPointer csrSortedColIndB,
double2 beta,
cusparseMatDescr descrD,
int nnzD,
double2 csrSortedValD,
IntPointer csrSortedRowPtrD,
IntPointer csrSortedColIndD,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC,
csrgemm2Info info,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsric02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsric02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csric02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmm(cusparseContext handle,
int transA,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmm2(cusparseContext handle,
int transA,
int transB,
int m,
int n,
int k,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
double2 beta,
double2 C,
int ldc) |
static int |
cusparse.cusparseZcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrmv_mp(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrmv(cusparseContext handle,
int transA,
int m,
int n,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_bufferSize(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsv2_solve(cusparseContext handle,
int transA,
int m,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrsv2Info info,
double2 f,
double2 x,
int policy,
Pointer pBuffer) |
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) |
static int |
cusparse.cusparseZdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
int[] nnzPerCol,
double2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA) |
static int |
cusparse.cusparseZdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntBuffer nnzPerCol,
double2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA) |
static int |
cusparse.cusparseZdense2csc(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntPointer nnzPerCol,
double2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA) |
static int |
cusparse.cusparseZdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
int[] nnzPerRow,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseZdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntBuffer nnzPerRow,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseZdense2csr(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntPointer nnzPerRow,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType)
Deprecated.
|
static int |
cusparse.cusparseZgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
int[] csrSortedRowPtrC,
int[] csrSortedColIndC) |
static int |
cusparse.cusparseZgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntBuffer csrSortedRowPtrC,
IntBuffer csrSortedColIndC) |
static int |
cusparse.cusparseZgebsr2csr(cusparseContext handle,
int dirA,
int mb,
int nb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDim,
int colBlockDim,
cusparseMatDescr descrC,
double2 csrSortedValC,
IntPointer csrSortedRowPtrC,
IntPointer csrSortedColIndC) |
static int |
cusparse.cusparseZgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZgebsr2gebsr_bufferSize(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
int rowBlockDimC,
int colBlockDimC,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
int[] bsrSortedRowPtrA,
int[] bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
int[] bsrSortedRowPtrC,
int[] bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseZgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntBuffer bsrSortedRowPtrA,
IntBuffer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntBuffer bsrSortedRowPtrC,
IntBuffer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseZgebsr2gebsr(cusparseContext handle,
int dirA,
int mb,
int nb,
int nnzb,
cusparseMatDescr descrA,
double2 bsrSortedValA,
IntPointer bsrSortedRowPtrA,
IntPointer bsrSortedColIndA,
int rowBlockDimA,
int colBlockDimA,
cusparseMatDescr descrC,
double2 bsrSortedValC,
IntPointer bsrSortedRowPtrC,
IntPointer bsrSortedColIndC,
int rowBlockDimC,
int colBlockDimC,
Pointer pBuffer) |
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr)
Deprecated.
|
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA)
Deprecated.
|
static int |
cusparse.cusparseZhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 A,
int lda)
Deprecated.
|
static int |
cusparse.cusparseZhybmv(cusparseContext handle,
int transA,
double2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 x,
double2 beta,
double2 y)
Deprecated.
|
static int |
cusparse.cusparseZhybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
cusparse.cusparseZhybsv_solve(cusparseContext handle,
int trans,
double2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x)
Deprecated.
|
static int |
cusparse.cusparseZnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] nnzPerRow,
int[] nnzC,
double2 tol) |
static int |
cusparse.cusparseZnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer nnzPerRow,
IntBuffer nnzC,
double2 tol) |
static int |
cusparse.cusparseZnnz_compress(cusparseContext handle,
int m,
cusparseMatDescr descr,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer nnzPerRow,
IntPointer nnzC,
double2 tol) |
static int |
cusparse.cusparseZnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
int[] nnzPerRowCol,
int[] nnzTotalDevHostPtr) |
static int |
cusparse.cusparseZnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntBuffer nnzPerRowCol,
IntBuffer nnzTotalDevHostPtr) |
static int |
cusparse.cusparseZnnz(cusparseContext handle,
int dirA,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntPointer nnzPerRowCol,
IntPointer nnzTotalDevHostPtr) |
Copyright © 2019. All rights reserved.