template<class Operator, class Vector>
Rodin::Math::LinearSystem class

Represents a linear system of equations.

Template parameters
Operator Type of the operator

Generic linear system template declaration.

Represents the mathematical expression:

\[ \text{Operator} \text{Vector} = \text{Vector} \]