1#ifndef STAN_MATH_REV_META_IS_REV_MATRIX_HPP
2#define STAN_MATH_REV_META_IS_REV_MATRIX_HPP
24 math::conjunction<is_var<T>, is_eigen<value_type_t<T>>>,
25 is_eigen<T>>>> : std::true_type {};
40 math::conjunction<is_var<T>, is_eigen_col_vector<value_type_t<T>>>,
41 is_eigen_col_vector<T>>>> : std::true_type {};
56 math::conjunction<is_var<T>, is_eigen_row_vector<value_type_t<T>>>,
57 is_eigen_row_vector<T>>>> : std::true_type {};
std::enable_if_t< math::disjunction< Checks... >::value > require_any_t
If any condition is true, template is enabled.
typename scalar_type< T >::type scalar_type_t
std::enable_if_t< math::conjunction< Checks... >::value > require_all_t
If all conditions are true, template is enabled Returns a type void if all conditions are true and ot...
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Defines a static member named value which is defined to be true if the type is either derived from Ei...
Defines a static member named value which is defined to be true if the type is either a type derived ...
Defines a static member named value which is defined to be true if the type is either a type derived ...
Defines a static member named value which is defined to be true if the type is either a type derived ...
Defines a static member named value which is defined to be false as the primitive scalar types cannot...