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