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: 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 EnsureCapacity(
int nonzeroCount
)
Parameters
- nonzeroCount Int32
- The number of nonzero elements to make room for.