FieldMatrix: add default parameter COLS=ROWS
This allows to write FieldMatrix<double, 3>
instead of the slightly
longer FieldMatrix<double, 3, 3>
.
This allows to write FieldMatrix<double, 3>
instead of the slightly
longer FieldMatrix<double, 3, 3>
.