SparseMatrix<T>.DiagonalMode Property

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use the MatrixDiagonal property instead.")]
public MatrixDiagonal DiagonalMode { get; }

Property Value

MatrixDiagonal
UnitDiagonal if all the diagonal elements are equal to 1; or NonUnitDiagonal if the diagonal elements can take on any value.

See Also