Symmetric Matrix<T>.Is Symmetrical Property
Gets a value that indicates if the matrix is symmetrical about the main diagonal.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Always returns true.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override bool IsSymmetrical { get; }
Property Value
BooleanAlways returns true.