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

◆ operator&&() [2/7]

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

Return the logical conjunction of the values of the two arguments as defined by &&.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
conjunction of first argument's value and second argument

Definition at line 34 of file operator_logical_and.hpp.