Matrix<T>.IsHermitian Property

Gets a value that indicates if the matrix is Hermitian about the main diagonal.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual bool IsHermitian { get; }

Property Value

Boolean
true if the matrix is Hermitian; otherwise false.

See Also