Cleanup the FieldVector<K,SIZE>
- Aug 13, 2024
-
-
Simon Praetorius authored
-
- Aug 11, 2024
-
-
Simon Praetorius authored
-
- Aug 09, 2024
-
-
Simon Praetorius authored
-
This MR cleans up the FieldVector
class similar to the cleanup of just the specialization FieldVector<K,1>
in !1387 (merged).
The following changes are implemented
for
, if
statements.constexpr
to all functions where possiblenoexcept
keyword where possible (sometimes with a condition)This MR also contains a change discussed and implemented in !1345 (merged), which should be merged before.