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

◆ operator&&() [3/7]

template<typename T >
bool stan::math::operator&& ( double  x,
const fvar< T > &  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 and the second argument's value

Definition at line 49 of file operator_logical_and.hpp.