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

◆ eval() [1/2]

template<typename T , require_same_t< std::decay_t< T >, plain_type_t< T > > * = nullptr>
T stan::math::eval ( T &&  arg)
inline

Inputs which have a plain_type equal to the own time are forwarded unmodified (for Eigen expressions these types are different)

Template Parameters
TInput type
Parameters
[in]argInput argument
Returns
Forwarded input argument

Definition at line 20 of file eval.hpp.