Function invert
Calculate the inverse of a matrix.
void invert(T, Storage stor)
(
MatrixView!(T,stor) m
)
if (isFortranType!T && !scid .core .traits .isComplex!T && stor == Storage .General);
Currently only defined for general real matrices.