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