Template Class LevelAggregation

Inheritance Relationships

Base Type

Class Documentation

template<class Matrix>
class LevelAggregation : public NetworKit::Level<Matrix>

Public Functions

inline LevelAggregation(const Matrix &A, const Matrix &P, const Matrix &R)
virtual void coarseType(const Vector &xf, Vector &xc) const override
virtual void restrict(const Vector &bf, Vector &bc) const override
virtual void interpolate(const Vector &xc, Vector &xf) const override