Loading [MathJax]/extensions/TeX/AMSsymbols.js
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
►
Probability Distributions
►
OpenCL
►
Compressed Sparse Row matrix format.
►
Type Traits
►
Available requires<> for overloading.
►
Eigen expressions
►
arena_matrix <br>
►
real <br>
►
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
constraint.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_REV_CONSTRAINT_HPP
2
#define STAN_MATH_REV_CONSTRAINT_HPP
3
4
#include <
stan/math/prim/fun/Eigen.hpp
>
5
6
#include <
stan/math/rev/constraint/cholesky_corr_constrain.hpp
>
7
#include <
stan/math/rev/constraint/cholesky_factor_constrain.hpp
>
8
#include <
stan/math/rev/constraint/corr_matrix_constrain.hpp
>
9
#include <
stan/math/rev/constraint/cov_matrix_constrain.hpp
>
10
#include <
stan/math/rev/constraint/cov_matrix_constrain_lkj.hpp
>
11
#include <
stan/math/rev/constraint/identity_constrain.hpp
>
12
#include <
stan/math/rev/constraint/identity_free.hpp
>
13
#include <
stan/math/rev/constraint/lb_constrain.hpp
>
14
#include <
stan/math/rev/constraint/lub_constrain.hpp
>
15
#include <
stan/math/rev/constraint/ordered_constrain.hpp
>
16
#include <
stan/math/rev/constraint/positive_ordered_constrain.hpp
>
17
#include <
stan/math/rev/constraint/simplex_constrain.hpp
>
18
#include <
stan/math/rev/constraint/stochastic_column_constrain.hpp
>
19
#include <
stan/math/rev/constraint/stochastic_row_constrain.hpp
>
20
#include <
stan/math/rev/constraint/sum_to_zero_constrain.hpp
>
21
#include <
stan/math/rev/constraint/unit_vector_constrain.hpp
>
22
#include <
stan/math/rev/constraint/ub_constrain.hpp
>
23
24
#include <
stan/math/prim/constraint.hpp
>
25
#include <
stan/math/prim/err.hpp
>
26
#include <
stan/math/prim/fun.hpp
>
27
#include <
stan/math/prim/meta.hpp
>
28
29
#endif
Eigen.hpp
constraint.hpp
err.hpp
fun.hpp
meta.hpp
cholesky_corr_constrain.hpp
cholesky_factor_constrain.hpp
corr_matrix_constrain.hpp
cov_matrix_constrain.hpp
cov_matrix_constrain_lkj.hpp
identity_constrain.hpp
identity_free.hpp
lb_constrain.hpp
lub_constrain.hpp
ordered_constrain.hpp
positive_ordered_constrain.hpp
simplex_constrain.hpp
stochastic_column_constrain.hpp
stochastic_row_constrain.hpp
sum_to_zero_constrain.hpp
ub_constrain.hpp
unit_vector_constrain.hpp
stan
math
rev
constraint.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.