- May 25, 2023
-
-
Oliver Sander authored
CHOLMOD supports this, it just wasn't exposed in the interface. It is needed for large problems.
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Jun 30, 2021
-
-
Patrick Jaap authored
This is achieved by using the flat matrix and vector forEach implementations. The unit test is extended by a multi type example.
-
- Sep 12, 2019
-
-
Patrick Jaap authored
We interpret Cholmod as an InverseOperator between BlockVectors. Therefore we dump the BCRSMatrix template. To clarify the usage of ignore nodes the apply() method now ignores the corresponding entries directly. The information is stored in a mapping from all indices to the not ignored indices. Also, the unit tests for cholmod are extended.
-
- Nov 07, 2018
-
-
Christoph Grüninger authored
-
A simple implementation for the SuiteSparse CHOLMOD solver for real valued (double) linear systems. Ignore dof's are supported. The user has to take care of the correct size of vectors in the "apply" method.
-