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

◆ operator-=() [1/2]

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

Subtract the specified variable from this variable and return a reference to this variable.

Parameters
[in]x2variable to subtract
Returns
reference to this variable after subtraction

Definition at line 130 of file fvar.hpp.