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