We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdd658 commit 328bb5cCopy full SHA for 328bb5c
1 file changed
stan/math/rev/constraint/simplex_constrain.hpp
@@ -1,13 +1,14 @@
1
#ifndef STAN_MATH_REV_CONSTRAINT_SIMPLEX_CONSTRAIN_HPP
2
#define STAN_MATH_REV_CONSTRAINT_SIMPLEX_CONSTRAIN_HPP
3
4
+#include <stan/math/prim/fun/Eigen.hpp>
5
#include <stan/math/rev/meta.hpp>
6
#include <stan/math/rev/core/reverse_pass_callback.hpp>
7
#include <stan/math/rev/core/arena_matrix.hpp>
8
#include <stan/math/rev/fun/value_of.hpp>
-#include <stan/math/prim/fun/Eigen.hpp>
9
-#include <stan/math/prim/fun/inv_logit.hpp>
10
-#include <stan/math/prim/fun/log1p_exp.hpp>
+#include <stan/math/prim/constraint/sum_to_zero_constrain.hpp>
+#include <stan/math/prim/fun/softmax.hpp>
11
+#include <stan/math/prim/fun/log_softmax.hpp>
12
#include <cmath>
13
#include <tuple>
14
#include <vector>
0 commit comments