.Modelica_LinearSystems2.WorkInProgress.Math.Matrices.C_singularValues

Information

Compute singular values and left and right singular vectors of a complex matrix

Interface

function C_singularValues
  import Modelica_LinearSystems2.Math.Complex;
  input Complex A[:, :] "Square or rectangular matrix";
  output Real sigma[min(size(A, 1), size(A, 2))] "singular values";
  output Complex U[size(A, 1), size(A, 1)] "Left orthogonal matrix";
  output Complex VT[size(A, 2), size(A, 2)] "Transposed right orthogonal matrix";
end C_singularValues;

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