Click or drag to resize

NMathFunctionsScatter(DoubleSparseVector) Method

Scatters the elements of the compressed sparse vector x to a full storage vector. The vector will be sized so that the last element of the output dense vector is the last nonzero element in the input sparse vector.

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

Parameters

x  DoubleSparseVector
A sparse vector.

Return Value

DoubleVector
Full storage vector version of x.
See Also