Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::is_container_or_var_matrix = typedef bool_constant<math::disjunction<is_container<Container>, is_var_matrix<Container> >::value> |
Deduces whether type is eigen matrix, standard vector, or var<Matrix>.
Container | type to check |
Definition at line 23 of file is_container_or_var_matrix.hpp.