Sparse Compressed Column Matrix<T>.Ensure Capacity Method
Ensures that the matrix has enough storage
to hold the specified number of nonzero elements.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void EnsureCapacity(
int nonzeroCount
)
Parameters
- nonzeroCount Int32
- The number of nonzero elements to make room for.