Click or drag to resize

DSYR2 Class

Purpose ======= DSYR2 performs the symmetric rank 2 operation A := alpha*x*y' + alpha*y*x' + A, where alpha is a scalar, x and y are n element vectors and A is an n by n symmetric matrix.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDSYR2

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

The DSYR2 type exposes the following members.

Constructors
 NameDescription
Public methodDSYR2 
Public methodDSYR2(LSAME, XERBLA) 
Top
Methods
 NameDescription
Public methodRun Purpose ======= DSYR2 performs the symmetric rank 2 operation A := alpha*x*y' + alpha*y*x' + A, where alpha is a scalar, x and y are n element vectors and A is an n by n symmetric matrix.
Top
Fields
 NameDescription
Private field_lsame 
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