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

◆ operator*() [3/20]

template<typename T >
fvar< T > stan::math::operator* ( const fvar< T > &  x,
double  y 
)
inline

Return the product of the two arguments.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
product of arguments

Definition at line 46 of file operator_multiplication.hpp.