33 bool canBeStarted(
const int rowIndex,
34 const int* rowPointers,
35 const int* colIndices,
36 const std::vector<bool>& doneRows);
49 void findLevelScheduling(
const int* CSRColIndices,
50 const int* CSRRowPointers,
51 const int* CSCRowIndices,
52 const int* CSCColPointers,
57 std::vector<int>& rowsPerColor);
67 void csrPatternToCsc(
const int* CSRColIndices,
68 const int* CSRRowPointers,
Definition: amgclSolverBackend.cpp:49