.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.zungqr

Interface

function zungqr
  import Modelica_LinearSystems2.Math.Complex;
  input Modelica_LinearSystems2.Math.Complex QR[:, :] "Square or rectangular matrix";
  input Complex tau[:] "elementary reflectors";
  output Complex Q[size(QR, 1), size(QR, 2)] "matrix Q";
end zungqr;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos