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

◆ operator+() [3/16]

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

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

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

Definition at line 44 of file operator_addition.hpp.