.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.zgetrf

Interface

function zgetrf
  import Modelica_LinearSystems2.Math.Complex;
  input Complex A[:, :] "Square or rectangular matrix";
  output Complex LU[size(A, 1), size(A, 2)];
  output Integer pivots[min(size(A, 1), size(A, 2))] "Pivot vector";
  output Integer info "Information";
end zgetrf;

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