.Modelica_LinearSystems2.Math.Matrices.Examples.exampleQR

Information

Example for the usage of QR2-function, QR factorization with columns pivoting

Interface

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

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos