public class JcusparseLevel2 extends SparseBaseLevel2
Constructor and Description |
---|
JcusparseLevel2() |
Modifier and Type | Method and Description |
---|---|
protected void |
dcoomv(char transA,
int M,
DataBuffer values,
DataBuffer rowInd,
DataBuffer colInd,
int nnz,
INDArray x,
INDArray y) |
protected void |
scoomv(char transA,
int M,
DataBuffer values,
DataBuffer rowInd,
DataBuffer colInd,
int nnz,
INDArray x,
INDArray y) |
protected void scoomv(char transA, int M, DataBuffer values, DataBuffer rowInd, DataBuffer colInd, int nnz, INDArray x, INDArray y)
scoomv
in class SparseBaseLevel2
protected void dcoomv(char transA, int M, DataBuffer values, DataBuffer rowInd, DataBuffer colInd, int nnz, INDArray x, INDArray y)
dcoomv
in class SparseBaseLevel2