.Modelica_LinearSystems2.Math.Matrices.Internal.hohoTrafoLowerHess

Information

This function calculates one step in the calculation of lower Hessenberg form. Therein it calculates the (n-r+1)'th column of the Hessenberg matrix which is of shape {fill(1,n-r-1),x,x}.

Interface

function hohoTrafoLowerHess
  extends Modelica.Icons.Function;
  import Modelica.Math.Vectors.length;
  input Real A[:, size(A, 1)];
  input Real u[size(A, 1)] "householder vector";
  input Integer r;
  output Real SAS[size(A, 1), size(A, 1)];
end hohoTrafoLowerHess;

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