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