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

◆ operator&&() [1/7]

template<typename T >
bool stan::math::operator&& ( const fvar< T > &  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 the arguments' values

Definition at line 19 of file operator_logical_and.hpp.