Gets a value that indicates if the matrix is symmetrical about the main diagonal.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override bool IsSymmetrical { get; }
Public Overrides ReadOnly Property IsSymmetrical As Boolean
Get
public:
virtual property bool IsSymmetrical {
bool get () override;
}
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