Stan Math Library
4.9.0
Automatic Differentiation
|
Go to the source code of this file.
Classes | |
struct | stan::make_void< Ts > |
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. | |
Typedefs | |
template<typename... Ts> | |
using | stan::void_t = typename make_void< Ts... >::type |
Utility metafunction that maps a sequence of any types to the type void This metafunction is used in template metaprogramming to detect ill-formed types or the validity of an expression in an SFINAE context: | |