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

Parameters

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

See Also