Click or drag to resize

NMathFunctionsGather(DoubleVector) 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 DoubleSparseVector Gather(
	DoubleVector y
)

Parameters

y  DoubleVector
A dense vector.

Return Value

DoubleSparseVector
A sparse vector representation of y.
See Also