Modifier and Type | Method and Description |
---|---|
static int |
JCusparse.cusparseCcsrcolor(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
jcuda.Pointer fractionToColor,
jcuda.Pointer ncolors,
jcuda.Pointer coloring,
jcuda.Pointer reordering,
cusparseColorInfo info) |
static int |
JCusparse.cusparseCreateColorInfo(cusparseColorInfo info)
coloring info
|
static int |
JCusparse.cusparseDcsrcolor(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
jcuda.Pointer fractionToColor,
jcuda.Pointer ncolors,
jcuda.Pointer coloring,
jcuda.Pointer reordering,
cusparseColorInfo info) |
static int |
JCusparse.cusparseDestroyColorInfo(cusparseColorInfo info) |
static int |
JCusparse.cusparseScsrcolor(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
jcuda.Pointer fractionToColor,
jcuda.Pointer ncolors,
jcuda.Pointer coloring,
jcuda.Pointer reordering,
cusparseColorInfo info)
Description: Find an approximate coloring of a matrix stored in CSR format.
|
static int |
JCusparse.cusparseZcsrcolor(cusparseHandle handle,
int m,
int nnz,
cusparseMatDescr descrA,
jcuda.Pointer csrSortedValA,
jcuda.Pointer csrSortedRowPtrA,
jcuda.Pointer csrSortedColIndA,
jcuda.Pointer fractionToColor,
jcuda.Pointer ncolors,
jcuda.Pointer coloring,
jcuda.Pointer reordering,
cusparseColorInfo info) |