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

◆ value_of_rec() [6/8]

template<typename T , require_std_vector_t< T > * = nullptr, require_vt_same< double, T > * = nullptr>
T 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.

Parameters
xSpecified std::vector.
Returns
Specified std::vector.

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 91 of file value_of_rec.hpp.