Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleSparseVector(
int length,
int capacity
)
Public Sub New (
length As Integer,
capacity As Integer
)
public:
SingleSparseVector(
int length,
int capacity
)
new :
length : int *
capacity : int -> SingleSparseVector
Parameters
- length
- Type: SystemInt32
The length of the SparseVector. - capacity
- Type: SystemInt32
An integer specifying the expected number of nonzero components of the vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference