static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseCcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
double[] tol,
float2 boost_val) |
static int |
cusparse.cusparseCcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoubleBuffer tol,
float2 boost_val) |
static int |
cusparse.cusparseCcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoublePointer tol,
float2 boost_val) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCreateCsrilu02Info(csrilu02Info info) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseDcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
double[] tol,
double[] boost_val) |
static int |
cusparse.cusparseDcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoubleBuffer tol,
DoubleBuffer boost_val) |
static int |
cusparse.cusparseDcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoublePointer tol,
DoublePointer boost_val) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDestroyCsrilu02Info(csrilu02Info info) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseScsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
double[] tol,
float[] boost_val) |
static int |
cusparse.cusparseScsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoubleBuffer tol,
FloatBuffer boost_val) |
static int |
cusparse.cusparseScsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoublePointer tol,
FloatPointer boost_val) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrilu02_zeroPivot(cusparseContext handle,
csrilu02Info info,
int[] _position) |
static int |
cusparse.cusparseXcsrilu02_zeroPivot(cusparseContext handle,
csrilu02Info info,
IntBuffer _position) |
static int |
cusparse.cusparseXcsrilu02_zeroPivot(cusparseContext handle,
csrilu02Info info,
IntPointer _position) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_analysis(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int[] pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
IntBuffer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02_bufferSize(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
IntPointer pBufferSizeInBytes) |
static int |
cusparse.cusparseZcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
double[] tol,
double2 boost_val) |
static int |
cusparse.cusparseZcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoubleBuffer tol,
double2 boost_val) |
static int |
cusparse.cusparseZcsrilu02_numericBoost(cusparseContext handle,
csrilu02Info info,
int enable_boost,
DoublePointer tol,
double2 boost_val) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrilu02(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA_valM,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
csrilu02Info info,
int policy,
Pointer pBuffer) |