Click or drag to resize

DLAEDA Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= DLAEDA computes the Z vector corresponding to the merge step in the CURLVLth step of the merge process with TLVLS steps for the CURPBMth problem.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLAEDA

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

The DLAEDA type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= DLAEDA computes the Z vector corresponding to the merge step in the CURLVLth step of the merge process with TLVLS steps for the CURPBMth problem.
Top
Fields
 NameDescription
Private field_dcopy 
Private field_dgemv 
Private field_drot 
Private field_xerbla 
Private fieldStatic memberHALF 
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