public bool IsSymmetric { get; }
Public ReadOnly Property IsSymmetric As Boolean
Get
public:
virtual property bool IsSymmetric {
bool get () sealed;
}
abstract IsSymmetric : bool with get
override 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
.