.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 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos