.Modelica_LinearSystems2.Math.Matrices.Examples.exampleSVD

Information

Example for the usage of dgesdd and dgesvd lapack routines

Interface

function exampleSVD
  import Modelica_LinearSystems2.Math.Matrices;
  import Modelica_LinearSystems2.Math.Vectors;
  input String fileName = DataDir + "m.mat" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "matrix file")));
end exampleSVD;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos