Matrix<T>.Matrix Diagonal Property
Gets a value indicating whether all diagonal elements
of this instance are structurally equal to 1.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if all diagonal elements are equal to 1; false otherwise.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public MatrixDiagonal MatrixDiagonal { get; }
Property Value
MatrixDiagonaltrue if all diagonal elements are equal to 1; false otherwise.
Remarks
This property is meaningful only for triangular matrices.