Matrix<T>.MatrixDiagonal Property

Gets whether all diagonal elements of this instance are structurally equal to 1.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public MatrixDiagonal MatrixDiagonal { get; }

Property Value

MatrixDiagonal
true if all diagonal elements are equal to 1; false otherwise.

Remarks

This property is meaningful only for triangular matrices.

See Also