Unit 'matrix' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

Tmatrix3_extended.inverse

Calculates the inverse of the matrix.

Declaration

Source position: matrix.pp line 223

function Tmatrix3_extended.inverse(

  Adeterminant: extended

):Tmatrix3_extended;

Description

Tmatrix3_extended.inverse returns a new matrix that is the inverse of the matrix. You must pass the determinant of the matrix as parameter.


Documentation generated on: Jul 24 2023