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