Click or drag to resize

DLAED4 Class

-- LAPACK routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= This subroutine computes the I-th updated eigenvalue of a symmetric rank-one modification to a diagonal matrix whose elements are given in the array d, and that D(i) .LT. D(j) for i .LT. j and that RHO .GT. 0. This is arranged by the calling routine, and is no loss in generality. The rank-one modified system is thus diag( D ) + RHO * Z * Z_transpose. where we assume the Euclidean norm of Z is 1. The method consists of approximating the rational functions in the secular equation by simpler interpolating rational functions.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLAED4

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

The DLAED4 type exposes the following members.

Constructors
Methods
 NameDescription
Public methodRun Purpose ======= This subroutine computes the I-th updated eigenvalue of a symmetric rank-one modification to a diagonal matrix whose elements are given in the array d, and that D(i) .LT. D(j) for i .LT. j and that RHO .GT. 0. This is arranged by the calling routine, and is no loss in generality. The rank-one modified system is thus diag( D ) + RHO * Z * Z_transpose. where we assume the Euclidean norm of Z is 1. The method consists of approximating the rational functions in the secular equation by simpler interpolating rational functions.
Top
Fields
 NameDescription
Private field_dlaed5 
Private field_dlaed6 
Private field_dlamch 
Private fieldStatic memberEIGHT 
Private fieldStatic memberFOUR 
Private fieldStatic memberMAXIT 
Private fieldStatic memberONE 
Private fieldStatic memberTEN 
Private fieldStatic memberTHREE 
Private fieldStatic memberTWO 
Private fieldStatic memberZERO 
Private fieldZZ 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also