Stan Math Library
5.3.0
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
4
namespace
stan
{
5
namespace
math {
6
namespace
internal {
7
8
template
<
typename
T,
typename
Enable =
void
>
9
class
broadcast_array
;
10
11
}
// namespace internal
12
}
// namespace math
13
}
// namespace stan
14
#endif
stan::math::internal::broadcast_array
Definition
broadcast_array_fwd.hpp:9
stan
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition
unit_vector_constrain.hpp:15
stan
math
prim
functor
broadcast_array_fwd.hpp
[
Stan Home Page
]
© 2011–2019, Stan Development Team.