Reordering is now actually skipped when NONE is chosen.

Also made reordering optional for openclSolver.
This commit is contained in:
tqiu
2021-01-11 16:51:05 +01:00
parent 71692ff52b
commit f26e58c6ca
4 changed files with 80 additions and 45 deletions

View File

@@ -126,6 +126,7 @@ public:
/// Since the rows of the matrix are reordered, the columnindices of the matrixdata is incorrect
/// Those indices need to be mapped via toOrder
/// \param[in] toOrder array with mappings
/// \param[in] reorder whether reordering is actually used or not
void setReordering(int *toOrder, bool reorder);
};