SSOR.h File Reference

Function to solve a linear system of equations using the Symmetric Successive Over Relaxation method. More...

Namespaces

namespace  OFELI
 A namespace to group all library classes, functions, ...
 

Functions

template<class T_ , class M_ >
int SSOR (const M_ &A, const Vect< T_ > &b, Vect< T_ > &x, int max_it, real_t toler)
 SSOR solver function.
 

Detailed Description

Function to solve a linear system of equations using the Symmetric Successive Over Relaxation method.