| Modifier and Type | Method and Description |
|---|---|
static int |
JCusparse.cusparseSpSV_analysis(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr,
Pointer externalBuffer) |
static int |
JCusparse.cusparseSpSV_bufferSize(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr,
long[] bufferSize) |
static int |
JCusparse.cusparseSpSV_createDescr(cusparseSpSVDescr descr) |
static int |
JCusparse.cusparseSpSV_destroyDescr(cusparseSpSVDescr descr) |
static int |
JCusparse.cusparseSpSV_solve(cusparseHandle handle,
int opA,
Pointer alpha,
cusparseSpMatDescr matA,
cusparseDnVecDescr vecX,
cusparseDnVecDescr vecY,
int computeType,
int alg,
cusparseSpSVDescr spsvDescr) |
Copyright © 2022. All rights reserved.