Sparse Compressed Column Matrix<T>.Reserve Method
Reserves storage for the specified number of nonzero elements.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void Reserve(
int capacity
)
Parameters
- capacity Int32
- An integer specifiying the new capacity to reserve storage for.