Diagonal Matrix<T> Constructor
Constructs a new DiagonalMatrix<T>.
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
public DiagonalMatrix(
int rowCount,
int columnCount,
Vector<T> values,
ArrayAttributes attributes
)
Parameters
Exceptions
Argument | rowCount is less than zero. -or- columnCount is less than zero. |