Gets a value that indicates whether the diagonal elements of
a triangular sparse matrix are all equal to 1.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Property DiagonalMode As MatrixDiagonal
Get
Friend Set
|
Field Value
UnitDiagonal if all
the diagonal elements are equal to 1; or
NonUnitDiagonal if the
diagonal elements can take on any value.
See Also