.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-01-07T19:26:16Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos