| derived_type& AdjugateMe | ( | ) |
Calculates an adjugate form of the matrix in-place.
For any matrix M the call to the method is equivalent to calling the CofactorMe() method over the M followed by calling the TransposeMe method.
In other words, the method returns a reference to M, where \(M \leftarrow \left(M.Cofactor()\right)^{T}\).
| Chusov::Exceptions::InvalidParameterException | The current matrix is not square |