bool IsSymmetric { get; }
ReadOnly Property IsSymmetric As Boolean
Get
property bool IsSymmetric {
bool get ();
}
abstract IsSymmetric : bool with get
Let be a matrix, and consider its generic entry
where and
are the
number of rows and columns of
, respectively.
Property IsSymmetric returns
true if and
.