![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
| using stan::require_any_matrix_st = typedef require_any_t< container_type_check_base<is_matrix, scalar_type_t, TypeCheck, Check>...> | 
Require any of the types satisfy is_matrix.
and any scalar type satisfies TypeCheck
| TypeCheck | The type trait to check the scalar type against | 
| Check | The type to test is_matrix for and whose scalar_type is checked with TypeCheck  | 
Definition at line 63 of file is_matrix.hpp.