Sparse Matrix<T>.Diagonal Mode Property
Gets a value that indicates whether the diagonal elements of
a triangular sparse matrix are all equal to 1.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
UnitDiagonal if all the diagonal elements are equal to 1; or NonUnitDiagonal if the diagonal elements can take on any value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[ObsoleteAttribute("Use the MatrixDiagonal property instead.")]
public MatrixDiagonal DiagonalMode { get; }
Property Value
MatrixDiagonalUnitDiagonal if all the diagonal elements are equal to 1; or NonUnitDiagonal if the diagonal elements can take on any value.