Creates a sparse vector representation for the given dense vector.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static DoubleComplexSparseVector Gather(
	DoubleComplexVector y
)
Visual Basic (Declaration)
Public Shared Function Gather ( _
	y As DoubleComplexVector _
) As DoubleComplexSparseVector
Visual C++
public:
static DoubleComplexSparseVector^ Gather(
	DoubleComplexVector^ y
)

Parameters

y
Type: CenterSpace.NMath.Core..::.DoubleComplexVector
A dense vector.

Return Value

A sparse vector representation of y.

See Also