Defined in File GaussSeidelRelaxation.hpp
public NetworKit::Smoother< Matrix >
(Template Class Smoother)
Implementation of the Gauss-Seidel smoother.
Public Functions
Constructs a Gauss-Seidel smoother with the given tolerance (default: 1e-15).
tolerance –
Utilizes Gauss-Seidel relaxations until the given number of maxIterations is reached or the relative residual is below the tolerance specified in the constructor. The solver starts with initialGuess as intitial guess to the solution.
A – The matrix.
b – The right-hand-side.
initialGuess –
maxIterations –
The (approximate) solution to the system.
Utilizes Gauss-Seidel relaxations until the given number of maxIterations is reached or the relative residual is below the tolerance specified in the constructor.
A – The matrix.
b – The right-hand-side.
maxIterations –
The (approximate) solution to the system.