System.Math.Vectors.TMatrix.Determinant

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Determinant: Single;

C++

float __fastcall Determinant();

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix


説明

2 次元空間における正方行列 TMatrix の行列式の値を計算します。

行列式の線形代数式の実装は、ラプラス展開公式と一致します。

関連項目