Click or drag to resize

DGELQ2 Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DGELQ2 computes an LQ factorization of a real m by n matrix A: A = L * Q.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGELQ2

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

The DGELQ2 type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DGELQ2 computes an LQ factorization of a real m by n matrix A: A = L * Q.
Top
Fields
 NameDescription
Private field_dlarf 
Private field_dlarfg 
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