.Modelica.Math.Matrices.LAPACK.dgesv_vec

Information

Same as function LAPACK.dgesv, but right hand side is a vector and not a matrix.
For details of the arguments, see documentation of dgesv.

Interface

pure function dgesv_vec
  extends Modelica.Icons.Function;
  input Real A[:, size(A, 1)];
  input Real b[size(A, 1)];
  output Real x[size(A, 1)] = b;
  output Integer info;
end dgesv_vec;

Generated at 2025-01-30T19:25:57Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos