Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_eigen_dense_base_vt = typedef require_t<container_type_check_base<is_eigen_dense_base, value_type_t, TypeCheck, Check...> > |
Require type satisfies is_eigen_dense_base.
and value type satisfies TypeCheck
TypeCheck | The type trait to check the value type against |
Check | The type to test is_eigen_dense_base for and whose value_type is checked with TypeCheck |
Definition at line 47 of file is_eigen_dense_base.hpp.