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
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,size(A, 1)] | A | ||
| Real[size(A, 1)] | b |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[size(A, 1)] | x | b | |
| Integer | info |