|
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
)
Public Sub New (
length As Integer
)
Request Example
View SourceParameters
- length
- Type: SystemInt32
The maximum number of non-zero
elements that this vector can accomodate.
See Also