.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-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos