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

◆ operator-() [2/18]

template<typename T >
fvar< T > stan::math::operator- ( double  x1,
const fvar< T > &  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 31 of file operator_subtraction.hpp.