Click or drag to resize

DGBTRS Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGBTRS solves a system of linear equations A * X = B or A' * X = B with a general band matrix A using the LU factorization computed by DGBTRF.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGBTRS

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DGBTRS
Request Example View Source

The DGBTRS type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGBTRS solves a system of linear equations A * X = B or A' * X = B with a general band matrix A using the LU factorization computed by DGBTRF.
Top
Fields
 NameDescription
Private field_dgemv 
Private field_dger 
Private field_dswap 
Private field_dtbsv 
Private field_lsame 
Private field_xerbla 
Private fieldStatic memberONE 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also