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

◆ operator*=() [1/2]

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

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

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

Definition at line 155 of file fvar.hpp.