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

◆ operator*() [2/20]

template<typename T >
fvar< T > stan::math::operator* ( double  x,
const fvar< T > &  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 33 of file operator_multiplication.hpp.