Click or drag to resize
Accord.NET (logo)

SparseT Constructor (Int32)

Creates a sparse vector with the maximum number of elements.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Sparse(
	int length
)
Request Example View Source

Parameters

length
Type: SystemInt32
The maximum number of non-zero elements that this vector can accomodate.
See Also