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

◆ require_not_st_autodiff

template<typename T >
using stan::require_not_st_autodiff = typedef require_not_t<is_autodiff<scalar_type_t<std::decay_t<T> >> >

Require scalar type does not satisfy is_autodiff.

Template Parameters
TA type with a valid overload of scalar_type available

Definition at line 88 of file is_autodiff.hpp.