Matrix<T>.IsSymmetrical Property

Gets a value that indicates if the matrix is symmetrical about the main diagonal.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual bool IsSymmetrical { get; }

Property Value

Boolean
true if the matrix is symmetrical; otherwise false.

See Also