Click or drag to resize

SparseVectorMultiply(SparseVector, Complex) Operator

Multiplies a vector with a complex.

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

Parameters

leftSide  SparseVector
The vector to scale.
rightSide  Complex
The complex value.

Return Value

SparseVector
The result of the multiplication.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf leftSide is .
See Also