.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-07-22T18:21:06Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos