.Modelica_LinearSystems2.Math.Matrices.det

Information

Syntax

Matrices.det(A);

Description

This function call returns the determinant of matrix A computed by a LU decomposition. Usually, this function should never be used, because there are nearly always better numerical algorithms as by computing the determinant. E.g., use function Matrices.rank to compute the rank of a matrix.

See also

Matrices.rank, Matrices.solve

Interface

function det
  extends Modelica.Icons.Function;
  input Real A[:, size(A, 1)];
  output Real result "Determinant of matrix A";
end det;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos