| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseAxpby(cusparseContext handle,
Pointer alpha,
cusparseSpVecDescr vecX,
Pointer beta,
cusparseDnVecDescr vecY) |
static int |
cusparse.cusparseGather(cusparseContext handle,
cusparseDnVecDescr vecY,
cusparseSpVecDescr vecX) |
static int |
cusparse.cusparseRot(cusparseContext handle,
Pointer c_coeff,
Pointer s_coeff,
cusparseSpVecDescr vecX,
cusparseDnVecDescr vecY) |
static int |
cusparse.cusparseScatter(cusparseContext handle,
cusparseSpVecDescr vecX,
cusparseDnVecDescr vecY) |
Copyright © 2020. All rights reserved.