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