Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::is_var_and_matrix_types = typedef bool_constant<is_var<return_type_t<Types...> >::value && stan::math::disjunction<is_matrix<Types>...>::value> |
Extends std::true_type when instantiated with at least one type that has a var scalar_type
and at least one type is a matrix.
Extends std::false_type otherwise.
Types | Types to test |
Definition at line 19 of file is_var_and_matrix_types.hpp.