Click or drag to resize

DGEBRD Methods

The DGEBRD type exposes the following members.

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
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also