Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_not_eigen_vector_st = typedef require_any_not_t<container_type_check_base< is_eigen_vector, scalar_type_t, TypeCheck, Check>...> |
Require at least one of the types does not satisfy is_eigen_vector.
and any scalar type does not satisfy TypeCheck
TypeCheck | The type trait to check the scalar type against |
Check | The type to test is_eigen_vector for and whose scalar_type is checked with TypeCheck |
Definition at line 354 of file is_vector.hpp.