SparseCompressedColumnMatrix<T>.EnsureCapacity 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.0
C#
public void EnsureCapacity(
	int nonzeroCount
)

Parameters

nonzeroCount  Int32
The number of nonzero elements to make room for.

See Also