static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseCdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float2 A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr) |
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr) |
static int |
cusparse.cusparseChyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr) |
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseChyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseChyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 A,
int lda) |
static int |
cusparse.cusparseChybmv(cusparseContext handle,
int transA,
float2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float2 x,
float2 beta,
float2 y) |
static int |
cusparse.cusparseChybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseChybsv_solve(cusparseContext handle,
int trans,
float2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCreateHybMat(cusparseHybMat hybA) |
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double[] A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoubleBuffer A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
DoublePointer A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseDestroyHybMat(cusparseHybMat hybA) |
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr) |
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr) |
static int |
cusparse.cusparseDhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr) |
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseDhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] A,
int lda) |
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer A,
int lda) |
static int |
cusparse.cusparseDhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer A,
int lda) |
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
double[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double[] x,
double[] beta,
double[] y) |
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
DoubleBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoubleBuffer x,
DoubleBuffer beta,
DoubleBuffer y) |
static int |
cusparse.cusparseDhybmv(cusparseContext handle,
int transA,
DoublePointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
DoublePointer x,
DoublePointer beta,
DoublePointer y) |
static int |
cusparse.cusparseDhybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
double[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
double[] f,
double[] x) |
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
DoubleBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
DoubleBuffer f,
DoubleBuffer x) |
static int |
cusparse.cusparseDhybsv_solve(cusparseContext handle,
int trans,
DoublePointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
DoublePointer f,
DoublePointer x) |
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseScsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseScsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
float[] A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatBuffer A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseSdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
FloatPointer A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr) |
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr) |
static int |
cusparse.cusparseShyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr) |
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseShyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] A,
int lda) |
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer A,
int lda) |
static int |
cusparse.cusparseShyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer A,
int lda) |
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
float[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
float[] x,
float[] beta,
float[] y) |
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
FloatBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatBuffer x,
FloatBuffer beta,
FloatBuffer y) |
static int |
cusparse.cusparseShybmv(cusparseContext handle,
int transA,
FloatPointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
FloatPointer x,
FloatPointer beta,
FloatPointer y) |
static int |
cusparse.cusparseShybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
float[] alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
float[] f,
float[] x) |
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
FloatBuffer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
FloatBuffer f,
FloatBuffer x) |
static int |
cusparse.cusparseShybsv_solve(cusparseContext handle,
int trans,
FloatPointer alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
FloatPointer f,
FloatPointer x) |
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
int[] cscSortedRowIndA,
int[] cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntBuffer cscSortedRowIndA,
IntBuffer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZcsc2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 cscSortedValA,
IntPointer cscSortedRowIndA,
IntPointer cscSortedColPtrA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZcsr2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
int[] nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntBuffer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZdense2hyb(cusparseContext handle,
int m,
int n,
cusparseMatDescr descrA,
double2 A,
int lda,
IntPointer nnzPerRow,
cusparseHybMat hybA,
int userEllWidth,
int partitionType) |
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
int[] cscSortedRowInd,
int[] cscSortedColPtr) |
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
IntBuffer cscSortedRowInd,
IntBuffer cscSortedColPtr) |
static int |
cusparse.cusparseZhyb2csc(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 cscSortedVal,
IntPointer cscSortedRowInd,
IntPointer cscSortedColPtr) |
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA) |
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA) |
static int |
cusparse.cusparseZhyb2csr(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA) |
static int |
cusparse.cusparseZhyb2dense(cusparseContext handle,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 A,
int lda) |
static int |
cusparse.cusparseZhybmv(cusparseContext handle,
int transA,
double2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
double2 x,
double2 beta,
double2 y) |
static int |
cusparse.cusparseZhybsv_analysis(cusparseContext handle,
int transA,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZhybsv_solve(cusparseContext handle,
int trans,
double2 alpha,
cusparseMatDescr descrA,
cusparseHybMat hybA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |