53# include "rheolef/vec.h"
54# include "rheolef/solver.h"
58template<
class T,
class M = rheo_default_memory_model>
63 bool good()
const {
return true; }
70template <
class T,
class M = rheo_default_memory_model>
76template<
class T,
class M>
82template <
class T,
class M>
88 return new_macro (rep(*
this));
90template <
class T,
class M>
97 p.solver_basic<
T,
M>::base::operator= (new_macro(rep()));
see the csr page for the full documentation
solver_eye_rep(const solver_option &opt=solver_option())
vec< T, M > trans_solve(const vec< T, M > &x) const
vec< T, M > operator*(const vec< T, M > &x) const
vec< T, M > solve(const vec< T, M > &x) const
void update_values(const csr< T, M > &)
solver_abstract_rep< T, M > * clone() const
see the solver_option page for the full documentation
see the vec page for the full documentation
This file is part of Rheolef.
solver_basic< Float > eye()
see the eye page for the full documentation
solver_basic< T, M > eye_basic()