![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/utility/enable_if.hpp>#include <boost/type_traits/is_arithmetic.hpp>#include <stan/math/functions/value_of.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| boost::enable_if < boost::is_arithmetic< T >, T > ::type | stan::math::primitive_value (T x) |
| Return the value of the specified arithmetic argument unmodified with its own declared type. More... | |
| template<typename T > | |
| boost::disable_if < boost::is_arithmetic< T > , double >::type | stan::math::primitive_value (const T &x) |
| Return the primitive value of the specified argument. More... | |