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

◆ operator-() [3/18]

template<typename T >
fvar< T > stan::math::operator- ( const fvar< T > &  x1,
double  x2 
)
inline

Return the difference of the specified arguments.

Template Parameters
Ttype of values and tangents
Parameters
x1first argument
x2second argument
Returns
difference of the arguments

Definition at line 44 of file operator_subtraction.hpp.