Click or drag to resize

DGEQRF Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGEQRF computes a QR factorization of a real M-by-N matrix A: A = Q * R.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGEQRF

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

The DGEQRF type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGEQRF computes a QR factorization of a real M-by-N matrix A: A = Q * R.
Top
Fields
 NameDescription
Private field_dgeqr2 
Private field_dlarfb 
Private field_dlarft 
Private field_ilaenv 
Private field_xerbla 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also