Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_any_eigen_st = typedef require_any_t< container_type_check_base<is_eigen, scalar_type_t, TypeCheck, Check>...> |
Require any of the types satisfy is_eigen.
and any scalar type satisfies TypeCheck
TypeCheck | The type trait to check the scalar type against |
Check | The type to test is_eigen for and whose scalar_type is checked with TypeCheck |
Definition at line 168 of file is_eigen.hpp.