Hermitian Matrix<T> Constructor
Constructs a new Hermitian matrix of the specified dimensions.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
protected HermitianMatrix(
int rowCount,
int columnCount,
ArrayAttributes attributes
)Parameters
- rowCount Int32
- The number of rows.
- columnCount Int32
- The number of columns.
- attributes ArrayAttributes
- The attributes of the new matrix.
Exceptions
| Argument | rowCount is less than zero. -or- columnCount is less than zero. |