Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_all_eigen_vector_vt = typedef require_all_t<container_type_check_base<is_eigen_vector, value_type_t, TypeCheck, Check>...> |
Require all of the types satisfy is_eigen_vector.
and all of the value types satisfy TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_eigen_vector for and whose value_type is checked with TypeCheck |
Definition at line 303 of file is_vector.hpp.