public bool IsHermitian { get; }
Public ReadOnly Property IsHermitian As Boolean
Get
public:
virtual property bool IsHermitian {
bool get () sealed;
}
abstract IsHermitian : bool with get
override IsHermitian : bool with get
Let be a matrix, and consider its generic entry
where and
are the
number of rows and columns of
, respectively.
Property IsHermitian returns
true if and
where
is the conjugate of complex
.