ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
df1b2lp11.cpp File Reference

(Last Changed on February 18, 2022 for git-revision d0dd4a9b55214f972abe747a2af5fc755043a646.)

Description not yet available. More...

#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>

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...
 

Detailed Description

Description not yet available.

Definition in file df1b2lp11.cpp.

Function Documentation

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.

Parameters

Definition at line 1032 of file df1b2lp6.cpp.

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.

Parameters

Definition at line 1476 of file df1b2lap.cpp.

void positivize ( const banded_symmetric_dmatrix _m,
double  id 
)

Description not yet available.

Parameters

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.

Parameters

Definition at line 34 of file mod_rhes.cpp.

Referenced by function_minimizer::hess_routine_noparallel_random_effects(), and safe_choleski_solver::solve().