Click or drag to resize

DGBTF2 Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGBTF2 computes an LU factorization of a real m-by-n band matrix A using partial pivoting with row interchanges. This is the unblocked version of the algorithm, calling Level 2 BLAS.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGBTF2

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 DGBTF2
Request Example View Source

The DGBTF2 type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGBTF2 computes an LU factorization of a real m-by-n band matrix A using partial pivoting with row interchanges. This is the unblocked version of the algorithm, calling Level 2 BLAS.
Top
Fields
 NameDescription
Private field_dger 
Private field_dscal 
Private field_dswap 
Private field_idamax 
Private field_xerbla 
Private fieldStatic memberONE 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also