Click or drag to resize

NMathFunctionsScatter(FloatComplexSparseVector, Int32) 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,
	int outputVectorLength
)

Parameters

x  FloatComplexSparseVector
A sparse vector.
outputVectorLength  Int32
The length of the output full storage vector.

Return Value

FloatComplexVector
Full storage vector version of x.
See Also