derived_type& CofactorMe | ( | ) |
Replaces each element within the current matrix with the corresponding cofactor element and returns a reference to the current matrix. .
For the current matrix \(A_{m\times n} = \left\{a_{i,j}\right\}\) the method performs the following: \(\forall 0 \leq i < m, 0 \leq j < n: a_{i,j} \leftarrow A.Cofactor(i, j)\).
Chusov::Exceptions::InvalidParameterException | The current matrix is not square |