dgesv_vecSolve real system of linear equations A*x=b with a b vector  | 
     | 
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.
| A | 
         Type: Real[:,size(A, 1)]  | 
    
|---|---|
| b | 
         Type: Real[size(A, 1)]  | 
    
| x | 
         Default Value: b Type: Real[size(A, 1)]  | 
    
|---|---|
| info | 
         Type: Integer  |