.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

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 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39