SymmetricIndefiniteDecomposition<T>.FactorTriangle Property

Gets whether the first triangular factor in the decomposition is upper or lower triangular.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public MatrixTriangle FactorTriangle { get; protected set; }

Property Value

MatrixTriangle

See Also