Matrix<T>.IsHermitian Property
Gets a value that indicates if the matrix is Hermitian about the main diagonal.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
true if the matrix is Hermitian; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public virtual bool IsHermitian { get; }
Property ValuePermalink
Booleantrue if the matrix is Hermitian; otherwise false.