.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.zunmrq

Interface

function zunmrq
  import Modelica_LinearSystems2.Math.Complex;
  input Modelica_LinearSystems2.Math.Complex C[:, :] "Matrix to multiply with Q";
  input Modelica_LinearSystems2.Math.Complex RQ[:, :] "Matrix as a result of zgerq2";
  input Complex tau[:] "elementary reflectors";
  input Boolean left = true;
  input Boolean trans = false;
  output Complex CQ[size(C, 1), size(C, 2)] "Matrix product C*Q, Q*C, C*Q**H, Q**H*C";
end zunmrq;

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