Skip to content

Move all generic low-level matrix methods to a central place

Sander, Oliver requested to merge centralize-linear-algebra-methods into master

Several energy density implementations contained code for matrix methods like sym, skew, transpose etc. This patch moves them all to the file linearalgebra.hh, to get rid of the redundancy.

Merge request reports