Gets a value that indicates if the matrix is Hermitian about the main diagonal.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsHermitian { get; }
Public Overridable ReadOnly Property IsHermitian As Boolean
Get
public:
virtual property bool IsHermitian {
bool get ();
}
abstract IsHermitian : bool with get
override IsHermitian : bool with get
Property Value
Type:
Boolean if the matrix is Hermitian; otherwise
.
Reference