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_PRIM_CONSTRAINT_HPP
2
#define STAN_MATH_PRIM_CONSTRAINT_HPP
3
4
#include <
stan/math/prim/fun.hpp
>
5
6
#include <
stan/math/prim/constraint/cholesky_corr_constrain.hpp
>
7
#include <
stan/math/prim/constraint/cholesky_corr_free.hpp
>
8
#include <
stan/math/prim/constraint/cholesky_factor_constrain.hpp
>
9
#include <
stan/math/prim/constraint/cholesky_factor_free.hpp
>
10
#include <
stan/math/prim/constraint/corr_constrain.hpp
>
11
#include <
stan/math/prim/constraint/corr_free.hpp
>
12
#include <
stan/math/prim/constraint/corr_matrix_constrain.hpp
>
13
#include <
stan/math/prim/constraint/corr_matrix_free.hpp
>
14
#include <
stan/math/prim/constraint/cov_matrix_constrain.hpp
>
15
#include <
stan/math/prim/constraint/cov_matrix_constrain_lkj.hpp
>
16
#include <
stan/math/prim/constraint/cov_matrix_free.hpp
>
17
#include <
stan/math/prim/constraint/cov_matrix_free_lkj.hpp
>
18
#include <
stan/math/prim/constraint/identity_constrain.hpp
>
19
#include <
stan/math/prim/constraint/identity_free.hpp
>
20
#include <
stan/math/prim/constraint/lb_constrain.hpp
>
21
#include <
stan/math/prim/constraint/lb_free.hpp
>
22
#include <
stan/math/prim/constraint/lub_constrain.hpp
>
23
#include <
stan/math/prim/constraint/lub_free.hpp
>
24
#include <
stan/math/prim/constraint/offset_multiplier_constrain.hpp
>
25
#include <
stan/math/prim/constraint/offset_multiplier_free.hpp
>
26
#include <
stan/math/prim/constraint/ordered_constrain.hpp
>
27
#include <
stan/math/prim/constraint/ordered_free.hpp
>
28
#include <
stan/math/prim/constraint/positive_constrain.hpp
>
29
#include <
stan/math/prim/constraint/positive_free.hpp
>
30
#include <
stan/math/prim/constraint/positive_ordered_constrain.hpp
>
31
#include <
stan/math/prim/constraint/positive_ordered_free.hpp
>
32
#include <
stan/math/prim/constraint/prob_constrain.hpp
>
33
#include <
stan/math/prim/constraint/prob_free.hpp
>
34
#include <
stan/math/prim/constraint/simplex_constrain.hpp
>
35
#include <
stan/math/prim/constraint/simplex_free.hpp
>
36
#include <
stan/math/prim/constraint/stochastic_column_constrain.hpp
>
37
#include <
stan/math/prim/constraint/stochastic_column_free.hpp
>
38
#include <
stan/math/prim/constraint/stochastic_row_constrain.hpp
>
39
#include <
stan/math/prim/constraint/stochastic_row_free.hpp
>
40
#include <
stan/math/prim/constraint/sum_to_zero_constrain.hpp
>
41
#include <
stan/math/prim/constraint/sum_to_zero_free.hpp
>
42
#include <
stan/math/prim/constraint/ub_constrain.hpp
>
43
#include <
stan/math/prim/constraint/ub_free.hpp
>
44
#include <
stan/math/prim/constraint/unit_vector_constrain.hpp
>
45
#include <
stan/math/prim/constraint/unit_vector_free.hpp
>
46
47
#endif
cholesky_corr_free.hpp
cholesky_factor_free.hpp
corr_constrain.hpp
corr_free.hpp
corr_matrix_free.hpp
cov_matrix_free.hpp
cov_matrix_free_lkj.hpp
lb_free.hpp
lub_free.hpp
offset_multiplier_free.hpp
ordered_free.hpp
positive_constrain.hpp
positive_free.hpp
positive_ordered_free.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
offset_multiplier_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
fun.hpp
prob_constrain.hpp
prob_free.hpp
simplex_free.hpp
stochastic_column_free.hpp
stochastic_row_free.hpp
sum_to_zero_free.hpp
ub_free.hpp
unit_vector_free.hpp
stan
math
prim
constraint.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.