ug4
proj_gauss_seidel_impl.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<typename Matrix_type , typename Vector_type >
void ug::backward_gs_step (Vector_type &c, const Matrix_type &A, const Vector_type &d, const size_t i, const number relaxFactor)
 
template<typename Matrix_type , typename Vector_type >
void ug::forward_gs_step (Vector_type &c, const Matrix_type &A, const Vector_type &d, const size_t i, const number relaxFactor)
 commmon GaussSeidel-step-calls for a single index 'i' More...