| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 B,
int ldb,
float2 X,
int ldx) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
static int |
cusparse.cusparseCcsrsv_solve(cusparseContext handle,
int transA,
int m,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float2 f,
float2 x) |
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.cusparseCreateSolveAnalysisInfo(cusparseSolveAnalysisInfo info)
Deprecated.
|
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrilu0Ex(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
Pointer csrSortedValA_ValM,
int csrSortedValA_ValMtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_analysisEx(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseCsrsv_solveEx(cusparseContext handle,
int transA,
int m,
Pointer alpha,
int alphatype,
cusparseMatDescr descrA,
Pointer csrSortedValA,
int csrSortedValAtype,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
Pointer f,
int ftype,
Pointer x,
int xtype,
int executiontype) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double[] B,
int ldb,
double[] X,
int ldx) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoubleBuffer B,
int ldb,
DoubleBuffer X,
int ldx) |
static int |
cusparse.cusparseDcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoublePointer B,
int ldb,
DoublePointer X,
int ldx) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double[] f,
double[] x) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoubleBuffer f,
DoubleBuffer x) |
static int |
cusparse.cusparseDcsrsv_solve(cusparseContext handle,
int transA,
int m,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
DoublePointer f,
DoublePointer x) |
static int |
cusparse.cusparseDestroySolveAnalysisInfo(cusparseSolveAnalysisInfo info)
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.cusparseGetLevelInfo(cusparseContext handle,
cusparseSolveAnalysisInfo info,
int[] nlevels,
int[] levelPtr,
int[] levelInd) |
static int |
cusparse.cusparseGetLevelInfo(cusparseContext handle,
cusparseSolveAnalysisInfo info,
IntBuffer nlevels,
IntBuffer levelPtr,
IntBuffer levelInd) |
static int |
cusparse.cusparseGetLevelInfo(cusparseContext handle,
cusparseSolveAnalysisInfo info,
IntPointer nlevels,
IntPointer levelPtr,
IntPointer levelInd) |
static int |
cusparse.cusparseGetLevelInfo(cusparseContext handle,
cusparseSolveAnalysisInfo info,
IntPointer nlevels,
PointerPointer levelPtr,
PointerPointer levelInd) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
float[] csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float[] B,
int ldb,
float[] X,
int ldx) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatBuffer B,
int ldb,
FloatBuffer X,
int ldx) |
static int |
cusparse.cusparseScsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatPointer B,
int ldb,
FloatPointer X,
int ldx) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
float[] f,
float[] x) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatBuffer f,
FloatBuffer x) |
static int |
cusparse.cusparseScsrsv_solve(cusparseContext handle,
int transA,
int m,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
FloatPointer f,
FloatPointer x) |
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.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsric0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrilu0(cusparseContext handle,
int trans,
int m,
cusparseMatDescr descrA,
double2 csrSortedValA_ValM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsm_solve(cusparseContext handle,
int transA,
int m,
int n,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 B,
int ldb,
double2 X,
int ldx) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_analysis(cusparseContext handle,
int transA,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
static int |
cusparse.cusparseZcsrsv_solve(cusparseContext handle,
int transA,
int m,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
cusparseSolveAnalysisInfo info,
double2 f,
double2 x) |
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.