.Modelica_LinearSystems2.WorkInProgress.Math.Matrices.C_QR2

Information

QR decomposition of a rectangular complex matrix without column pivoting (A = Q*R)

Interface

function C_QR2
  import Modelica_LinearSystems2.Math.Complex;
  input Complex A[:, :] "Rectangular matrix with size(A,1) >= size(A,2)";
  output Complex Q[size(A, 1), size(A, 1)] "Rectangular matrix with orthonormal columns such that Q*R=A[:,p]";
  output Complex R[size(A, 1), size(A, 2)] "Square upper triangular matrix";
end C_QR2;

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