Skip to content

Implementation of CHOLMOD solver

Patrick Jaap requested to merge patrick.jaap/dune-istl:feature/CHOLMOD into master

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.

Merge request reports