Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ value_of_rec() [9/10]

template<typename T , require_st_same< T, double > * = nullptr, require_eigen_t< T > * = nullptr>
decltype(auto) stan::math::value_of_rec ( T &&  x)
inline

Return the specified argument.

See value_of_rec(T) for a polymorphic implementation using static casts.

This inline pass-through no-op should be compiled away.

Template Parameters
TType of matrix.
Parameters
xSpecified matrix.
Returns
Specified matrix.

Definition at line 118 of file value_of_rec.hpp.