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

TypeNameDefaultDescription
IntegernNumber of equations
IntegerkLowerNumber of lower bands
IntegerkUpperNumber of upper bands
Real[2*kLower + kUpper + 1,n]A
Real[n]b

Outputs

TypeNameDefaultDescription
Real[n]xb
Integerinfo