Click or drag to resize

FloatComplexSparseVectorScale Method

Scales each element in the sparse vector by the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexSparseVector Scale(
	FloatComplex a
)

Parameters

a  FloatComplex
Scale.

Return Value

FloatComplexSparseVector
This sparse vector.
Remarks
Does not copy the data.
See Also