Gets a value that indicates if the matrix is equal to its conjugate transpose.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference