.Modelica_LinearSystems2.Math.Matrices.Examples.exampleHessenberg

Information

Example for the transformation of a matrix to upper Hessenberg form

Interface

function exampleHessenberg
  import Modelica_LinearSystems2.Math.Matrices;
  input String fileName = DataDir + "m.mat" "Name of file where the matrix is saved" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "Open file with matrix")));
  input String matrixName = "A" "Name of the matrix";
end exampleHessenberg;

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