ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Classes | |
class | safe_choleski_solver |
Description not yet available. More... | |
Functions | |
double | calculate_laplace_approximation (const dvector &x, const dvector &u0, const banded_symmetric_dmatrix &bHess, const dvector &_xadjoint, const dvector &_uadjoint, const banded_symmetric_dmatrix &_bHessadjoint, function_minimizer *pmin) |
Description not yet available. More... | |
double | calculate_laplace_approximation (const dvector &x, const dvector &u0, const dmatrix &Hess, const dvector &_xadjoint, const dvector &_uadjoint, const dmatrix &_Hessadjoint, function_minimizer *pmin) |
Description not yet available. More... | |
void | positivize (const banded_symmetric_dmatrix &_m, double id) |
Description not yet available. More... | |
banded_lower_triangular_dmatrix | quiet_choleski_decomp (const banded_symmetric_dmatrix &_M, int &ierr) |
Description not yet available. More... | |
Description not yet available.
Definition in file df1b2lp11.cpp.
double calculate_laplace_approximation | ( | const dvector & | x, |
const dvector & | u0, | ||
const banded_symmetric_dmatrix & | bHess, | ||
const dvector & | _xadjoint, | ||
const dvector & | _uadjoint, | ||
const banded_symmetric_dmatrix & | _bHessadjoint, | ||
function_minimizer * | pmin | ||
) |
void positivize | ( | const banded_symmetric_dmatrix & | _m, |
double | id | ||
) |
Description not yet available.
Definition at line 40 of file df1b2lp11.cpp.
Referenced by safe_choleski_solver::solve().
banded_lower_triangular_dmatrix quiet_choleski_decomp | ( | const banded_symmetric_dmatrix & | _M, |
int & | ierr | ||
) |
Description not yet available.
Definition at line 34 of file mod_rhes.cpp.
Referenced by function_minimizer::hess_routine_noparallel_random_effects(), and safe_choleski_solver::solve().
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |