Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ eigenval_bisect_refine()

void stan::math::internal::eigenval_bisect_refine ( const VectorXdd l,
const VectorXdd d,
double_d low,
double_d high,
const int  i 
)
inline

Refines bounds on the i-th largest eigenvalue of LDL decomposition using bisection.

Parameters
lSubdiagonal of L.
dDiagonal of D.
[in,out]lowLow bound on the eigenvalue.
[in,out]highHigh bound on the eigenvalue.
ii-th eigenvalue

Definition at line 170 of file mrrr.hpp.