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

◆ operator+=() [1/2]

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

Add the specified variable to this variable and return a reference to this variable.

Parameters
[in]x2variable to add
Returns
reference to this variable after addition

Definition at line 105 of file fvar.hpp.