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