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

◆ operator*=() [2/2]

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

Multiply this variable by the the specified value and return a reference to this variable.

Parameters
[in]x2value to multiply
Returns
reference to this variable after multiplication

Definition at line 168 of file fvar.hpp.