.Modelica_LinearSystems2.Math.Matrices.Examples.exampleHessenberg

Example for the transformation of a matrix to upper Hessenberg form

Interface

function exampleHessenberg
  extends Modelica.Icons.Function;
  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 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos