chsvlib
chsv helper source code

◆ MultiplicativeInverse()

derived_type MultiplicativeInverse ( ) const

Calculates an inverse form of the current matrix returning the result as a newly created matrix.

Returns
The inversion of the current matrix stored in a new matrix.
Exceptions
Chusov::Exceptions::InvalidParameterException("Matrixan attempt to calculate a determinant of a non-square matrix");