Make Field/DiagonalMatrix default ctor constexpr, size methods static constexpr
This MR makes the default constructor of the FieldMatrix
and DiagonalMatrix
classes constexpr
and makes their size methods static constexpr
- just like it is already done in the FieldVector
class.
Closes #156 (closed).