1#ifndef _RHEOLEF_SOLVER_CHOLMOD_H
2#define _RHEOLEF_SOLVER_CHOLMOD_H
25#include "rheolef/solver.h"
27#if defined(_RHEOLEF_HAVE_CHOLMOD)
28#include <suitesparse/cholmod.h>
29#pragma GCC diagnostic push
30#pragma GCC diagnostic ignored "-Weffc++"
31#include <Eigen/Sparse>
32#include <Eigen/src/CholmodSupport/CholmodSupport.h>
33#pragma GCC diagnostic pop
39template<
class T,
class M>
65 Eigen::CholmodDecomposition<Eigen::SparseMatrix<double> >
72template<
class T,
class M>
82template<
class T,
class M>
93template <
class T,
class M>
99 return new_macro (rep(*
this));
see the csr page for the full documentation
determinant_type det() const
solver_cholmod_rep(const csr< T, M > &a, const solver_option &opt=solver_option())
Eigen::CholmodDecomposition< Eigen::SparseMatrix< double > > _llt_a
void update_values(const csr< T, M > &a)
base::size_type size_type
solver_abstract_rep< T, M > base
base::determinant_type determinant_type
vec< T, M > trans_solve(const vec< T, M > &rhs) const
solver_abstract_rep< T, M > * clone() const
vec< T, M > solve(const vec< T, M > &rhs) const
see the solver_option page for the full documentation
see the vec page for the full documentation
This file is part of Rheolef.