Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
operator_logical_and.hpp File Reference
#include <stan/math/rev/core/var.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

bool stan::math::operator && (const var &x, const var &y)
 Return the logical conjunction of the values of the two arguments as defined by &&. More...
 
template<typename T >
bool stan::math::operator && (const var &x, double y)
 Return the logical conjunction of the values of the two arguments as defined by &&. More...
 
template<typename T >
bool stan::math::operator && (double x, const var &y)
 Return the logical conjunction of the values of the two arguments as defined by &&. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.