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

◆ operator+() [1/16]

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

Return the sum of the specified forward mode addends.

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

Definition at line 18 of file operator_addition.hpp.