Click or drag to resize

NMathFunctionsGather(FloatVector) Method

Creates a sparse vector representation for the given dense vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatSparseVector Gather(
	FloatVector y
)

Parameters

y  FloatVector
A dense vector.

Return Value

FloatSparseVector
A sparse vector representation of y.
See Also