Click or drag to resize

FloatComplexSparseVectorMultiply(FloatComplexSparseVector, FloatComplex) Operator

Multiplies a sparse vector by a scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexSparseVector operator *(
	FloatComplexSparseVector v,
	FloatComplex a
)

Parameters

v  FloatComplexSparseVector
A sparse vector.
a  FloatComplex
A scalar.

Return Value

FloatComplexSparseVector
A sparse vector containing the product.
Remarks
u[i] = v[i] * s
See Also