Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > CholeskyDecomposition Class > Methods
Calculates an estimate for the condition number of the decomposed GeneralMatrix.
An estimate for the condition number of the GeneralMatrix.
The condition number gives an indication of the worst case loss of precision when solving a system of simultaneous linear equations.
The condition number of a singular matrix is infinite, which is returned as PositiveInfinity.
This method uses the LAPACK routine DPOCON.
CholeskyDecomposition Class | Extreme.Mathematics.LinearAlgebra Namespace | LinearTransformation