Gets a value that indicates if the matrix is symmetrical about the main diagonal.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool IsSymmetrical { get; }
Public Overridable ReadOnly Property IsSymmetrical As Boolean
Get
public:
virtual property bool IsSymmetrical {
bool get ();
}
abstract IsSymmetrical : bool with get
override IsSymmetrical : bool with get
Property Value
Type:
Boolean if the matrix is symmetrical; otherwise
.
Reference