![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::internal |
Typedefs | |
| template<typename T > | |
| using | stan::is_arithmetic = std::is_arithmetic< scalar_type_t< T > > |
Variables | |
| template<typename T > | |
| constexpr bool | stan::is_arithmetic_v = is_arithmetic<std::decay_t<T>>::value |
| template<typename... Types> | |
| constexpr bool | stan::is_all_arithmetic_scalar_v = is_all_arithmetic_scalar<std::decay_t<Types>...>::value |