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

◆ operator-() [1/18]

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