I'm not sure I understand your question. Both
Thanks,
Christoph
Inverse
and Transpose
are defined in the generic base class Matrix<T>
and thus are automatically inherited by all sub-classes (even though some override them for performance reasons). Maybe you can elaborate?Thanks,
Christoph