Click or drag to resize

NMathFunctionsGather(FloatComplexVector) 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 FloatComplexSparseVector Gather(
	FloatComplexVector y
)

Parameters

y  FloatComplexVector
A dense vector.

Return Value

FloatComplexSparseVector
A sparse vector representation of y.
See Also