|
| double | Hypot (double theX, double theY) |
| | Computes sqrt(x*x + y*y) avoiding overflow/underflow.
|
| |
| int | FindSubmatrixEnd (const math_Vector &theDiag, const math_Vector &theSubdiag, int theStart, int theN) |
| | Finds the end of unreduced submatrix using deflation test.
|
| |
| double | ComputeWilkinsonShift (const math_Vector &theDiag, const math_Vector &theSubdiag, int theStart, int theEnd) |
| | Computes Wilkinson's shift for accelerated convergence.
|
| |
| bool | PerformQLStep (math_Vector &theDiag, math_Vector &theSubdiag, math_Matrix &theEigenVec, int theStart, int theEnd, double theShift, int theN) |
| | Performs a single QL step with implicit shift.
|
| |