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

◆ operator/=() [1/2]

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

Divide this variable by the the specified variable and return a reference to this variable.

Parameters
[in]x2variable to divide this variable by
Returns
reference to this variable after division

Definition at line 181 of file fvar.hpp.