.Modelica_LinearSystems2.Math.Matrices.cholesky

Information

Interface

function cholesky
  import Modelica_LinearSystems2.Math.Matrices.LAPACK;
  input Real A[:, size(A, 1)];
  input Boolean upper = true "True if the upper triangle of A is provided";
  output Real H[size(A, 1), size(A, 2)] "Cholesky factor U or L for A = U'*U or A = L*L'";
end cholesky;

Revisions

Date Author Comment
2010-05-31 Marcus Baur, DLR-RM Realization

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