Skip to content

FieldMatrix: add default parameter COLS=ROWS

This allows to write FieldMatrix<double, 3> instead of the slightly longer FieldMatrix<double, 3, 3>.

Merge request reports