.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.wrapper_zungqr

Interface

function wrapper_zungqr
  import Modelica_LinearSystems2.Math.Complex;
  input Real QR_real[:, :] "Square or rectangular matrix";
  input Real QR_imag[size(QR_real, 1), size(QR_real, 2)] "Square or rectangular matrix";
  input Real tau_real[min(size(QR_real, 1), size(QR_real, 2))] "The scalar factors of the elementary reflectors of Q, real part";
  input Real tau_imag[min(size(QR_real, 1), size(QR_real, 2))] "The scalar factors of the elementary reflectors of Q, imaginary part";
  output Real Q_real[size(QR_real, 1), size(QR_real, 2)] = QR_real;
  output Real Q_imag[size(QR_real, 1), size(QR_real, 2)] = QR_imag;
  output Integer info;
end wrapper_zungqr;

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