ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Functions | |
double | calculate_importance_sample_shess (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... | |
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... | |
dvector | solve (const dmatrix &st, const dmatrix &Hess, const dvector &grad) |
Variables | |
int | admb_ssflag =0 |
df1b2variable * | tmp_pen =00 |
int | use_dd_nr =0 |
Description not yet available.
Definition in file df1b2lp6.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 | ||
) |
int admb_ssflag =0 |
Definition at line 34 of file df1b2lp6.cpp.
Referenced by laplace_approximation_calculator::banded_calculations().
df1b2variable* tmp_pen =00 |
Definition at line 815 of file df1b2lp6.cpp.
int use_dd_nr =0 |
Definition at line 33 of file df1b2lp6.cpp.
Referenced by laplace_approximation_calculator::do_newton_raphson_banded().
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |