Function Dune::XT::LA::solve_cholesky_factorized

template<class MatrixType, class VectorType>
int Dune::XT::LA::solve_cholesky_factorized(const MatrixType &L, VectorType &rhs)

Solves L L^T x = rhs in place given the Cholesky factor L (result overwrites rhs).