Concept for types that behave like linear forms. More...
#include <linear_form.hpp>
Concept for types that behave like linear forms.
Evaluates a linear form into a vector.
This could be something like
\[ L(v_h) = \int f v_h \]
evaluated into the entries \(q_k\) of a coefficient vector \(q\):
\[ q_k = \int f \phi_k \]
.