Stan Math Library
5.0.0
Automatic Differentiation
▼
Stan Math Library
Overview
▼
Contributor Guides
Developer Guide
Adding New Functions
Adding New Distributions
Common Pitfalls
Using requires for general overloads
Reverse Mode Types
Testing Automatic Differentiation Functions
Testing New Distributions
Add New Functions With Known Gradients
Adding New OpenCL Functions
Windows Development Tips
►
Internal Docs
►
Parallelism
(External Link) Stan Language Docs
(External Link) Stan Discourse
►
Stan Math Library Docs
►
Class List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
functor.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_REV_FUNCTOR_HPP
2
#define STAN_MATH_REV_FUNCTOR_HPP
3
4
#include <
stan/math/rev/functor/algebra_solver_fp.hpp
>
5
#include <
stan/math/rev/functor/solve_powell.hpp
>
6
#include <
stan/math/rev/functor/solve_newton.hpp
>
7
#include <
stan/math/rev/functor/algebra_system.hpp
>
8
#include <
stan/math/rev/functor/apply_scalar_unary.hpp
>
9
#include <
stan/math/rev/functor/apply_scalar_binary.hpp
>
10
#include <
stan/math/rev/functor/apply_vector_unary.hpp
>
11
#include <
stan/math/rev/functor/coupled_ode_system.hpp
>
12
#include <
stan/math/rev/functor/cvodes_integrator.hpp
>
13
#include <
stan/math/rev/functor/cvodes_utils.hpp
>
14
#include <
stan/math/rev/functor/gradient.hpp
>
15
#include <
stan/math/rev/functor/integrate_1d.hpp
>
16
#include <
stan/math/rev/functor/dae.hpp
>
17
#include <
stan/math/rev/functor/integrate_ode_adams.hpp
>
18
#include <
stan/math/rev/functor/integrate_ode_bdf.hpp
>
19
#include <
stan/math/rev/functor/ode_adams.hpp
>
20
#include <
stan/math/rev/functor/ode_bdf.hpp
>
21
#include <
stan/math/rev/functor/ode_adjoint.hpp
>
22
#include <
stan/math/rev/functor/ode_store_sensitivities.hpp
>
23
#include <
stan/math/rev/functor/jacobian.hpp
>
24
#include <
stan/math/rev/functor/kinsol_data.hpp
>
25
#include <
stan/math/rev/functor/kinsol_solve.hpp
>
26
#include <
stan/math/rev/functor/map_rect_concurrent.hpp
>
27
#include <
stan/math/rev/functor/map_rect_reduce.hpp
>
28
#include <
stan/math/rev/functor/operands_and_partials.hpp
>
29
#include <
stan/math/rev/functor/partials_propagator.hpp
>
30
#include <
stan/math/rev/functor/reduce_sum.hpp
>
31
#include <
stan/math/rev/functor/finite_diff_hessian_auto.hpp
>
32
#include <
stan/math/rev/functor/finite_diff_hessian_times_vector_auto.hpp
>
33
34
#endif
algebra_solver_fp.hpp
algebra_system.hpp
cvodes_integrator.hpp
cvodes_utils.hpp
dae.hpp
finite_diff_hessian_auto.hpp
finite_diff_hessian_times_vector_auto.hpp
integrate_ode_adams.hpp
integrate_ode_bdf.hpp
kinsol_data.hpp
kinsol_solve.hpp
ode_adams.hpp
ode_adjoint.hpp
ode_bdf.hpp
apply_scalar_binary.hpp
apply_scalar_unary.hpp
apply_vector_unary.hpp
coupled_ode_system.hpp
gradient.hpp
integrate_1d.hpp
jacobian.hpp
map_rect_concurrent.hpp
map_rect_reduce.hpp
ode_store_sensitivities.hpp
operands_and_partials.hpp
partials_propagator.hpp
reduce_sum.hpp
solve_newton.hpp
solve_powell.hpp
stan
math
rev
functor.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.