Matrix<T>.GetSymmetricIndefiniteDecomposition Method

Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SymmetricIndefiniteDecomposition<T> GetSymmetricIndefiniteDecomposition()

Return Value

SymmetricIndefiniteDecomposition<T>
An SymmetricIndefiniteDecomposition<T> object that represents the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.

See Also