Click or drag to resize

ComplexVectorMultiply(Complex, ComplexVector) Operator

Scalar-Vector multiplication.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ComplexVector operator *(
	Complex c,
	ComplexVector A
)
Request Example View Source

Parameters

c  Complex
The left side complex number of the multiplication operator.
A  ComplexVector
The right side vector of the multiplication operator.

Return Value

ComplexVector
A vector that represents the result of the multiplication.
See Also