System.Math.Vectors.TMatrix.Determinant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Determinant: Single;

C++

float __fastcall Determinant(void);

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix

Description

Computes the determinant value for a square TMatrix in 2D-space.

The implementation of the linear algebraic expression for the determinant corresponds with the Laplace expansion formula.

See Also