Click or drag to resize

DTZRZF Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DTZRZF reduces the M-by-N ( M.LE.N ) real upper trapezoidal matrix A to upper triangular form by means of orthogonal transformations. The upper trapezoidal matrix A is factored as A = ( R 0 ) * Z, where Z is an N-by-N orthogonal matrix and R is an M-by-M upper triangular matrix.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDTZRZF

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

The DTZRZF type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DTZRZF reduces the M-by-N ( M.LE.N ) real upper trapezoidal matrix A to upper triangular form by means of orthogonal transformations. The upper trapezoidal matrix A is factored as A = ( R 0 ) * Z, where Z is an N-by-N orthogonal matrix and R is an M-by-M upper triangular matrix.
Top
Fields
 NameDescription
Private field_dlarzb 
Private field_dlarzt 
Private field_dlatrz 
Private field_ilaenv 
Private field_xerbla 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also