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

◆ eigenvals_bisect_refine()

void stan::math::opencl_kernels::eigenvals_bisect_refine ( const __global double_d l,
const __global double_d d,
double_d low_res,
double_d high_res,
const int  n,
const int  i 
)

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

Parameters
lSubdiagonal of L.
dDiagonal of D.
[in,out]low_resLow bound on the eigenvalue.
[in,out]high_resHigh bound on the eigenvalue.
nsize of d
ii-th eigenvalue

Definition at line 120 of file mrrr.hpp.