[Overview][Types][Classes][Procedures and functions] |
Calculates the inverse of the matrix.
Source position: matrix.pp line 165
function Tmatrix2_double.inverse( |
Adeterminant: double |
Tmatrix2_double.inverse returns a new matrix that is the inverse of the matrix. You must pass the determinant of the matrix as parameter.