.Modelica_LinearSystems2.Math.Matrices.Examples.exampleSVD

Information

Example for the usage of dgesdd and dgesvd lapack routines

Interface

function exampleSVD
  extends Modelica.Icons.Function;
  input String fileName = DataDir + "m.mat" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "matrix file")));
end exampleSVD;

Generated at 2025-01-06T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos