static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseCreateColorInfo(cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseDestroyColorInfo(cusparseColorInfo info) |
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseScsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] fractionToColor,
int[] ncolors,
int[] coloring,
int[] reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer fractionToColor,
IntBuffer ncolors,
IntBuffer coloring,
IntBuffer reordering,
cusparseColorInfo info) |
static int |
cusparse.cusparseZcsrcolor(cusparseContext handle,
int m,
int nnz,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer fractionToColor,
IntPointer ncolors,
IntPointer coloring,
IntPointer reordering,
cusparseColorInfo info) |