Click or drag to resize

NMathFunctionsScatter(FloatComplexSparseVector) Method

Scatters the elements of the compressed sparse vector x to a full storage vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexVector Scatter(
	FloatComplexSparseVector x
)

Parameters

x  FloatComplexSparseVector
A sparse vector.

Return Value

FloatComplexVector
Full storage vector version of x.
See Also