IResizable Matrix<T>.Resize Method
Resizes a matrix.
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
void Resize(
int rowCount,
int columnCount
)
Parameters
Exceptions
Argument | rowCount is less than zero. -or- columnCount is less than zero. |