Refines bounds on the i-th largest eigenvalue of LDL decomposition using bisection.
- Parameters
-
| l | Subdiagonal of L. |
| d | Diagonal of D. |
[in,out] | low | Low bound on the eigenvalue. |
[in,out] | high | High bound on the eigenvalue. |
| i | i-th eigenvalue |
Definition at line 170 of file mrrr.hpp.