Click or drag to resize

DGEBRD Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGEBRD reduces a general real M-by-N matrix A to upper or lower bidiagonal form B by an orthogonal transformation: Q**T * A * P = B. If m .GE. n, B is upper bidiagonal; if m .LT. n, B is lower bidiagonal.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGEBRD

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

The DGEBRD type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGEBRD reduces a general real M-by-N matrix A to upper or lower bidiagonal form B by an orthogonal transformation: Q**T * A * P = B. If m .GE. n, B is upper bidiagonal; if m .LT. n, B is lower bidiagonal.
Top
Fields
 NameDescription
Private field_dgebd2 
Private field_dgemm 
Private field_dlabrd 
Private field_ilaenv 
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