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