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

◆ require_not_rev_matrix_t

template<typename T >
using stan::require_not_rev_matrix_t = typedef require_not_t<is_rev_matrix<std::decay_t<T> >>

Require type does not satisfy is_rev_matrix.

Template Parameters
Tthe type to check

Definition at line 30 of file is_rev_matrix.hpp.