Automatic Differentiation
 
Loading...
Searching...
No Matches
generate_laplace_options.hpp File Reference
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/eval.hpp>
#include <tuple>
#include <utility>

Go to the source code of this file.

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

auto stan::math::generate_laplace_options (int theta_0_size)
 User function for generating laplace options tuple.
 
template<typename ThetaVec , require_eigen_t< ThetaVec > * = nullptr>
auto stan::math::generate_laplace_options (ThetaVec &&theta_0)
 User function for generating laplace options tuple.
 

Variables

constexpr int stan::math::internal::laplace_default_hessian_block_size = 1
 
constexpr int stan::math::internal::laplace_default_solver = 1
 
constexpr double stan::math::internal::laplace_default_tolerance = 1.49012e-08
 
constexpr int stan::math::internal::laplace_default_max_num_steps = 500
 
constexpr int stan::math::internal::laplace_default_allow_fallthrough = 1
 
constexpr int stan::math::internal::laplace_default_max_steps_line_search = 1000