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

◆ operator+() [4/16]

template<typename T >
fvar< T > stan::math::operator+ ( const fvar< T > &  x)
inline

Returns the argument.

It is included for completeness. The primitive unary operator+ exists to promote integer to floating point values.

Template Parameters
Tvalue and tangent type of the argument
Parameters
xargument
Returns
the argument

Definition at line 19 of file operator_unary_plus.hpp.