ComplexVectorAddition Operator

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static ComplexVector operator +(
	ComplexVector A,
	ComplexVector B
)

Parameters

A  ComplexVector
 
B  ComplexVector
 

Return Value

ComplexVector

See Also