Click or drag to resize

DGER Class

Purpose ======= DGER performs the rank 1 operation A := alpha*x*y' + A, where alpha is a scalar, x is an m element vector, y is an n element vector and A is an m by n matrix.
Inheritance Hierarchy
SystemObject
  DotNumerics.LinearAlgebra.CSLapackDGER

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

The DGER type exposes the following members.

Constructors
 NameDescription
Public methodDGER 
Public methodDGER(XERBLA) 
Top
Methods
 NameDescription
Public methodRun Purpose ======= DGER performs the rank 1 operation A := alpha*x*y' + A, where alpha is a scalar, x is an m element vector, y is an n element vector and A is an m by n matrix.
Top
Fields
 NameDescription
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