Uses of Class
org.bytedeco.cuda.cusparse.cusparseColorInfo
-
Packages that use cusparseColorInfo Package Description org.bytedeco.cuda.global -
-
Uses of cusparseColorInfo in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cusparseColorInfo Modifier and Type Method Description static intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. cusparseCreateColorInfo(cusparseColorInfo info)static intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. cusparseDestroyColorInfo(cusparseColorInfo info)static intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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 intcusparse. 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)
-