Stan Math Library
5.1.0
Automatic Differentiation
Loading...
Searching...
No Matches
functor.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_MIX_FUNCTOR_HPP
2
#define STAN_MATH_MIX_FUNCTOR_HPP
3
4
#include <
stan/math/mix/functor/derivative.hpp
>
5
#include <
stan/math/mix/functor/finite_diff_grad_hessian_auto.hpp
>
6
#include <
stan/math/mix/functor/finite_diff_grad_hessian.hpp
>
7
#include <
stan/math/mix/functor/grad_hessian.hpp
>
8
#include <
stan/math/mix/functor/grad_tr_mat_times_hessian.hpp
>
9
#include <
stan/math/mix/functor/gradient_dot_vector.hpp
>
10
#include <
stan/math/mix/functor/hessian.hpp
>
11
#include <
stan/math/mix/functor/laplace_base_rng.hpp
>
12
#include <
stan/math/mix/functor/laplace_likelihood.hpp
>
13
#include <
stan/math/mix/functor/laplace_marginal_density.hpp
>
14
#include <
stan/math/mix/functor/hessian_block_diag.hpp
>
15
#include <
stan/math/mix/functor/hessian_times_vector.hpp
>
16
#include <
stan/math/mix/functor/partial_derivative.hpp
>
17
#endif
derivative.hpp
finite_diff_grad_hessian.hpp
finite_diff_grad_hessian_auto.hpp
grad_hessian.hpp
grad_tr_mat_times_hessian.hpp
gradient_dot_vector.hpp
hessian_block_diag.hpp
hessian_times_vector.hpp
laplace_base_rng.hpp
laplace_likelihood.hpp
laplace_marginal_density.hpp
Reference for calculations of marginal and its gradients: Margossian et al (2020),...
hessian.hpp
partial_derivative.hpp
stan
math
mix
functor.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.