SymmetricIndefiniteDecomposition<T>.BlockDiagonalFactor Property

Returns the block diagonal component of this SymmetricIndefiniteDecomposition<T>.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<T> BlockDiagonalFactor { get; protected set; }

Property Value

Matrix<T>
A lower triangular Matrix<T>.

See Also