Abstract base class of a smoother.
Subclassed by NetworKit::GaussSeidelRelaxation< Matrix >
Public Functions
-
inline Smoother()
-
inline virtual ~Smoother()
-
virtual Vector relax(const Matrix &A, const Vector &b, const Vector &initialGuess, count maxIterations = std::numeric_limits<count>::max()) const = 0
-
virtual Vector relax(const Matrix &A, const Vector &b, count maxIterations = std::numeric_limits<count>::max()) const = 0