Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
is_all_arithmetic.hpp File Reference
#include <stan/math/prim/meta/scalar_type.hpp>
#include <type_traits>
#include <tuple>

Go to the source code of this file.

Classes

struct  stan::internal::is_all_arithmetic_scalar_impl< Types >
 
struct  stan::internal::is_all_arithmetic_scalar_impl< std::tuple< Types... > >
 
struct  stan::internal::is_all_arithmetic_scalar_impl< std::vector< T, VecArgs... > >
 
struct  stan::is_all_arithmetic_scalar< Types >
 

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