| Modifier and Type | Method and Description |
|---|---|
static int |
JCusparse.cusparseConstrainedGeMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
long[] bufferSize)
Deprecated.
|
static int |
JCusparse.cusparseConstrainedGeMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
Pointer externalBuffer)
Deprecated.
|
static int |
JCusparse.cusparseCreateDnMat(cusparseDnMatDescr dnMatDescr,
long rows,
long cols,
long ld,
Pointer values,
int valueType,
int order) |
static int |
JCusparse.cusparseDenseToSparse_analysis(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
Pointer buffer) |
static int |
JCusparse.cusparseDenseToSparse_bufferSize(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseDenseToSparse_convert(cusparseHandle handle,
cusparseDnMatDescr matA,
cusparseSpMatDescr matB,
int alg,
Pointer buffer) |
static int |
JCusparse.cusparseDestroyDnMat(cusparseDnMatDescr dnMatDescr) |
static int |
JCusparse.cusparseDnMatGet(cusparseDnMatDescr dnMatDescr,
long[] rows,
long[] cols,
long[] ld,
Pointer values,
int[] type,
int[] order) |
static int |
JCusparse.cusparseDnMatGetStridedBatch(cusparseDnMatDescr dnMatDescr,
int[] batchCount,
long[] batchStride) |
static int |
JCusparse.cusparseDnMatGetValues(cusparseDnMatDescr dnMatDescr,
Pointer values) |
static int |
JCusparse.cusparseDnMatSetStridedBatch(cusparseDnMatDescr dnMatDescr,
int batchCount,
long batchStride) |
static int |
JCusparse.cusparseDnMatSetValues(cusparseDnMatDescr dnMatDescr,
Pointer values) |
static int |
JCusparse.cusparseSDDMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSDDMM_preprocess(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSDDMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSparseToDense_bufferSize(cusparseHandle handle,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSparseToDense(cusparseHandle handle,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
int alg,
Pointer buffer) |
static int |
JCusparse.cusparseSpMM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
long[] bufferSize) |
static int |
JCusparse.cusparseSpMM_preprocess(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpMM(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseDnMatDescr matC,
int computeType,
int alg,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSM_analysis(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSM_bufferSize(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr,
long[] bufferSize) |
static int |
JCusparse.cusparseSpSM_solve(cusparseHandle handle,
int opA,
int opB,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnMatDescr matB,
cusparseDnMatDescr matC,
int computeType,
int alg,
cusparseSpSMDescr spsmDescr) |
Copyright © 2021. All rights reserved.