1#ifndef STAN_MATH_PRIM_FUN_GENERATE_LAPLACE_OPTIONS_HPP
2#define STAN_MATH_PRIM_FUN_GENERATE_LAPLACE_OPTIONS_HPP
28 return std::make_tuple(Eigen::VectorXd::Zero(theta_0_size).
eval(),
42template <
typename ThetaVec, require_eigen_t<ThetaVec>* =
nullptr>
constexpr int laplace_default_max_num_steps
constexpr double laplace_default_tolerance
constexpr int laplace_default_solver
constexpr int laplace_default_max_steps_line_search
constexpr int laplace_default_hessian_block_size
constexpr int laplace_default_allow_fallthrough
T eval(T &&arg)
Inputs which have a plain_type equal to the own time are forwarded unmodified (for Eigen expressions ...
auto generate_laplace_options(int theta_0_size)
User function for generating laplace options tuple.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...