Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_not_eigen_vt = typedef require_not_t< container_type_check_base<is_eigen, value_type_t, TypeCheck, Check...> > |
Require type does not satisfy is_eigen or.
value type does not satisfy TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_eigen for and whose value_type is checked with TypeCheck |
Definition at line 105 of file is_eigen.hpp.