Class xlifepp::SorSolver#
-
class SorSolver : public xlifepp::IterativeSolver#
-
Inheritence diagram for xlifepp::SorSolver:
Collaboration diagram for xlifepp::SorSolver:
Implement Successive Over Relaxation algorithm.
Implement Symmetric Successive Over Relaxation algorithm.
Public Functions
-
inline SorSolver(real_t w, real_t eps, number_t maxOfIt = defaultMaxIterations, number_t vb = theVerboseLevel)#
-
Full constructor.
-
inline SorSolver(real_t w = 1.)#
-
Constructor with omega.
-
template<class Mat, class VecB, class VecX>
inline VecX operator()(Mat &matA, VecB &vecB, VecX &vecX0)#
-
Template Solvers.
-
inline void print(std::ostream &out) const#
-
print utility
-
inline SorSolver(real_t w, real_t eps, number_t maxOfIt = defaultMaxIterations, number_t vb = theVerboseLevel)#