Gets a value that indicates if the matrix is symmetrical about the main diagonal.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference