WOLFRAM SYSTEM MODELER

dgbsv_vec

Solve real system of linear equations A*x=b with a b vector

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Matrices.LAPACK.dgbsv_vec"]
Out[1]:=

Information

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.

Syntax

(x, info) = dgbsv_vec(n, kLower, kUpper, A, b)

Inputs (5)

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]

Outputs (2)

x

Default Value: b

Type: Real[n]

info

Type: Integer