Click or drag to resize

DGERQF Class

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

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

The DGERQF type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGERQF computes an RQ factorization of a real M-by-N matrix A: A = R * Q.
Top
Fields
 NameDescription
Private field_dgerq2 
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