.Modelica_LinearSystems2.Math.Matrices.Examples.exampleHessenberg

Information

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-01-06T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos