Function to solve a linear system of equations using the Richardson method. More...
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
template<class T_ , class M_ > | |
int | Richardson (const M_ &A, const Vect< T_ > &b, Vect< T_ > &x, real_t omega, int max_it, real_t toler, int verbose) |
Richardson solver function. More... | |
Function to solve a linear system of equations using the Richardson method.