.ModelicaCompliance.Functions.External.FortranLapack.LAPACK.dgetrf

Interface

function dgetrf
  input Real[:, :] A;
  output Real[size(A, 1), size(A, 2)] LU = A;
  output Integer[min(size(A, 1), size(A, 2))] pivots;
  output Integer info;
end dgetrf;

Generated at 2025-02-22T19:25:07Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos