Click or drag to resize

DLASD5 Class

-- LAPACK auxiliary routine (version 3.1) -- Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. November 2006 Purpose ======= This subroutine computes the square root of the I-th eigenvalue of a positive symmetric rank-one modification of a 2-by-2 diagonal matrix diag( D ) * diag( D ) + RHO * Z * transpose(Z) . The diagonal entries in the array D are assumed to satisfy 0 .LE. D(i) .LT. D(j) for i .LT. j . We also assume RHO .GT. 0 and that the Euclidean norm of the vector Z is one.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDLASD5

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

The DLASD5 type exposes the following members.

Constructors
 NameDescription
Public methodDLASD5 
Top
Methods
 NameDescription
Public methodRun Purpose ======= This subroutine computes the square root of the I-th eigenvalue of a positive symmetric rank-one modification of a 2-by-2 diagonal matrix diag( D ) * diag( D ) + RHO * Z * transpose(Z) . The diagonal entries in the array D are assumed to satisfy 0 .LE. D(i) .LT. D(j) for i .LT. j . We also assume RHO .GT. 0 and that the Euclidean norm of the vector Z is one.
Top
Fields
 NameDescription
Private fieldStatic memberFOUR 
Private fieldStatic memberONE 
Private fieldStatic memberTHREE 
Private fieldStatic memberTWO 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also