.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-06-30T18:20:57Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos