Click or drag to resize

ComplexColumnVectorMultiply Operator (Complex, ComplexColumnVector)

Multiplies a complex column vector by a complex constant.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static ComplexColumnVector operator *(
	Complex alpha,
	ComplexColumnVector v
)

Parameters

alpha
Type: Meta.NumericsComplex
The complex constant.
v
Type: Meta.Numerics.MatricesComplexColumnVector
The complex column vector.

Return Value

Type: ComplexColumnVector
The product αv.
Exceptions
ExceptionCondition
ArgumentNullExceptionv is null.
See Also