Click or drag to resize

DSYMV Class

Purpose ======= DSYMV performs the matrix-vector operation y := alpha*A*x + beta*y, where alpha and beta are scalars, x and y are n element vectors and A is an n by n symmetric matrix.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDSYMV

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

The DSYMV type exposes the following members.

Constructors
 NameDescription
Public methodDSYMV 
Public methodDSYMV(LSAME, XERBLA) 
Top
Methods
 NameDescription
Public methodRun Purpose ======= DSYMV performs the matrix-vector operation y := alpha*A*x + beta*y, where alpha and beta are scalars, 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 memberONE 
Private fieldStatic memberZERO 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also