Click or drag to resize

DLAQP2 Class

-- LAPACK auxiliary routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DLAQP2 computes a QR factorization with column pivoting of the block A(OFFSET+1:M,1:N). The block A(1:OFFSET,1:N) is accordingly pivoted, but not factorized.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLAQP2

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

The DLAQP2 type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DLAQP2 computes a QR factorization with column pivoting of the block A(OFFSET+1:M,1:N). The block A(1:OFFSET,1:N) is accordingly pivoted, but not factorized.
Top
Fields
 NameDescription
Private field_dlamch 
Private field_dlarf 
Private field_dlarfg 
Private field_dnrm2 
Private field_dswap 
Private field_idamax 
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