Automatic Differentiation
 
Loading...
Searching...
No Matches
laplace_latent_solve.hpp File Reference

Go to the source code of this file.

Classes

struct  stan::math::internal::laplace_unused_rng
 

Namespaces

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.
 

Functions

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