Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move constraint transforms to their own folder #3039

Merged
Prev Previous commit
Next Next commit
include apply functor in wiener_5_lpdf
  • Loading branch information
spinkney committed Mar 25, 2024
commit d2bf89c798a8dba86ea834c17ab3093ba386e27b
1 change: 1 addition & 0 deletions stan/math/prim/prob/wiener5_lpdf.hpp
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
#define STAN_MATH_PRIM_PROB_WIENER5_LPDF_HPP

#include <stan/math/prim/fun.hpp>
#include <stan/math/prim/functor/apply.hpp>

namespace stan {
namespace math {
Loading