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

◆ require_eigen_t

template<typename T >
using stan::require_eigen_t = typedef require_t<is_eigen<std::decay_t<T> >>

Require type satisfies is_eigen.

Template Parameters
Tthe type to check

Definition at line 55 of file is_eigen.hpp.