Automatic Differentiation
 
Loading...
Searching...
No Matches
broadcast_array_fwd.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_BROADCAST_ARRAY_FWD_HPP
2#define STAN_MATH_PRIM_META_BROADCAST_ARRAY_FWD_HPP
3
4namespace stan {
5namespace math {
6namespace internal {
7
8template <typename T, typename Enable = void>
10
11} // namespace internal
12} // namespace math
13} // namespace stan
14#endif
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...