Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ require_not_arena_matrix_t

template<typename T >
using stan::require_not_arena_matrix_t = typedef require_t<bool_constant<!is_arena_matrix<std::decay_t<T> >::value> >

Require type does not satisfy is_arena_matrix.

Template Parameters
Tthe type to check

Definition at line 34 of file is_arena_matrix.hpp.