NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Public Member Functions | List of all members
numcxx::TLinSolver< T > Class Template Reference

Description

template<typename T>
class numcxx::TLinSolver< T >

Base class for linear solvers and preconditioners.

Definition at line 275 of file tarray.hxx.

+ Inheritance diagram for numcxx::TLinSolver< T >:

Public Member Functions

 TLinSolver ()
 
virtual void solve (TArray< T > &sol, const TArray< T > &rhs) const
 
virtual void update (void)
 

Constructor & Destructor Documentation

template<typename T >
numcxx::TLinSolver< T >::TLinSolver ( )
inline

Definition at line 278 of file tarray.hxx.

278 {};

Member Function Documentation

template<typename T >
virtual void numcxx::TLinSolver< T >::solve ( TArray< T > &  sol,
const TArray< T > &  rhs 
) const
inlinevirtual

Reimplemented in numcxx::TSolverLapackLU< T >, numcxx::TPreconILU< T >, and numcxx::TPreconJacobi< T >.

Definition at line 279 of file tarray.hxx.

279 {};
template<typename T >
virtual void numcxx::TLinSolver< T >::update ( void  )
inlinevirtual

Reimplemented in numcxx::TSolverUMFPACK< T >, and numcxx::TSolverLapackLU< T >.

Definition at line 280 of file tarray.hxx.

280 {};

The documentation for this class was generated from the following file: