Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::is_stan_scalar_or_eigen = typedef bool_constant<is_stan_scalar<std::decay_t<T> >::value || is_eigen<std::decay_t<T> >::value> |
Extends std::true_type if all the provided types are either a Stan Scalar type or a type inheriting from EigenBase
.
Definition at line 20 of file is_stan_scalar_or_eigen.hpp.