WOLFRAM SYSTEM MODELER

dgesv_vec

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Matrices.LAPACK.dgesv_vec"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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.

Syntax

(x, info) = dgesv_vec(A, b)

Inputs (2)

A

Type: Real[:,size(A, 1)]

b

Type: Real[size(A, 1)]

Outputs (2)

x

Default Value: b

Type: Real[size(A, 1)]

info

Type: Integer