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

◆ operator+() [2/16]

template<typename T >
fvar< T > stan::math::operator+ ( double  x1,
const fvar< T > &  x2 
)
inline

Return the sum of the specified double and forward mode addends.

Template Parameters
Ttype of values and tangents
Parameters
x1first addend
x2second addend
Returns
sum of addends

Definition at line 31 of file operator_addition.hpp.