pure functiondgesv_vec

Solve real system of linear equations A*x=b with a b vector

Extends from Modelica.Icons.Function (Icon for functions).

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.

Inputs

TypeNameDefaultDescription
Real[:,size(A, 1)]A
Real[size(A, 1)]b

Outputs

TypeNameDefaultDescription
Real[size(A, 1)]xb
Integerinfo