static int |
cusparse.cusparseCreateDnMat(cusparseDnMatDescr dnMatDescr,
long rows,
long cols,
long ld,
Pointer valuesPtr,
int type,
int order) |
static int |
cusparse.cusparseDestroyDnMat(cusparseDnMatDescr dnMatDescr) |
static int |
cusparse.cusparseDnMatGet(cusparseDnMatDescr dnMatDescr,
SizeTPointer rows,
SizeTPointer cols,
long[] ld,
Pointer valuesPtr,
int[] type,
int[] order) |
static int |
cusparse.cusparseDnMatGet(cusparseDnMatDescr dnMatDescr,
SizeTPointer rows,
SizeTPointer cols,
LongBuffer ld,
Pointer valuesPtr,
IntBuffer type,
IntBuffer order) |
static int |
cusparse.cusparseDnMatGet(cusparseDnMatDescr dnMatDescr,
SizeTPointer rows,
SizeTPointer cols,
LongPointer ld,
Pointer valuesPtr,
IntPointer type,
IntPointer order) |
static int |
cusparse.cusparseDnMatGet(cusparseDnMatDescr dnMatDescr,
SizeTPointer rows,
SizeTPointer cols,
LongPointer ld,
PointerPointer valuesPtr,
IntPointer type,
IntPointer order) |
static int |
cusparse.cusparseDnMatGetStridedBatch(cusparseDnMatDescr dnMatDescr,
int[] batchCount,
SizeTPointer batchStride) |
static int |
cusparse.cusparseDnMatGetStridedBatch(cusparseDnMatDescr dnMatDescr,
IntBuffer batchCount,
SizeTPointer batchStride) |
static int |
cusparse.cusparseDnMatGetStridedBatch(cusparseDnMatDescr dnMatDescr,
IntPointer batchCount,
SizeTPointer batchStride) |
static int |
cusparse.cusparseDnMatSetStridedBatch(cusparseDnMatDescr dnMatDescr,
int batchCount,
long batchStride) |
static int |
cusparse.cusparseSpMM_bufferSize(cusparseContext handle,
int transA,
int transB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
SizeTPointer bufferSize) |
static int |
cusparse.cusparseSpMM(cusparseContext handle,
int transA,
int transB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |