Automatic Differentiation
 
Loading...
Searching...
No Matches
is_var_eigen.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_IS_VAR_EIGEN
2#define STAN_MATH_PRIM_META_IS_VAR_EIGEN
3
8
9namespace stan {
16template <typename T>
19 math::conjunction<is_var<T>, is_eigen<value_type_t<T>>>::value> {};
20
21} // namespace stan
22
23#endif
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9
Check if a type is a var_value whose value_type is derived from Eigen::EigenBase