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

◆ eval() [2/2]

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

Inputs which have a plain_type different from their own type are Eval'd (this catches Eigen expressions)

Template Parameters
TInput type
Parameters
[in]argInput argument
Returns
Eval'd argument

Definition at line 34 of file eval.hpp.