pure functiondgbsv_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.dgbsv, but right hand side is a vector and not a matrix. For details of the arguments, see documentation of dgbsv.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | Number of equations | |
| Integer | kLower | Number of lower bands | |
| Integer | kUpper | Number of upper bands | |
| Real[2*kLower + kUpper + 1,n] | A | ||
| Real[n] | b |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[n] | x | b | |
| Integer | info |