Click or drag to resize

DenseVectorMultiply(Complex32, DenseVector) Operator

Multiplies a vector with a complex.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DenseVector operator *(
	Complex32 leftSide,
	DenseVector rightSide
)

Parameters

leftSide  Complex32
The Complex32 value.
rightSide  DenseVector
The vector to scale.

Return Value

DenseVector
The result of the multiplication.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
See Also