NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Base class for linear solvers and preconditioners.
Definition at line 275 of file tarray.hxx.
Public Member Functions | |
TLinSolver () | |
virtual void | solve (TArray< T > &sol, const TArray< T > &rhs) const |
virtual void | update (void) |
|
inline |
Definition at line 278 of file tarray.hxx.
|
inlinevirtual |
Reimplemented in numcxx::TSolverLapackLU< T >, numcxx::TPreconILU< T >, and numcxx::TPreconJacobi< T >.
Definition at line 279 of file tarray.hxx.
|
inlinevirtual |
Reimplemented in numcxx::TSolverUMFPACK< T >, and numcxx::TSolverLapackLU< T >.
Definition at line 280 of file tarray.hxx.