Go to the source code of this file.
|
| namespace | stan |
| | The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
|
| |
| namespace | stan::math |
| | Matrices and templated mathematical functions.
|
| |
| namespace | stan::math::internal |
| | A comparator that works for any container type that has the brackets operator.
|
| |
|
| template<typename LLFunc , typename LLArgs , typename CovarFun , typename CovarArgs , typename OpsTuple > |
| auto | stan::math::laplace_latent_solve_tol (LLFunc &&ll_fun, LLArgs &&ll_args, int hessian_block_size, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, std::ostream *msgs) |
| | In a latent gaussian model,.
|
| |
| template<typename LLFunc , typename LLArgs , typename CovarFun , typename CovarArgs > |
| auto | stan::math::laplace_latent_solve (LLFunc &&ll_fun, LLArgs &&ll_args, int hessian_block_size, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| | In a latent gaussian model,.
|
| |