| Modifier and Type | Method and Description |
|---|---|
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_createDescr(cusparseSpSMDescr descr) |
static int |
JCusparse.cusparseSpSM_destroyDescr(cusparseSpSMDescr descr) |
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.