Stan Math Library  2.12.0
reverse mode automatic differentiation
Namespaces | Functions
operator_equal.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 &a, const var &b)
 Equality operator comparing two variables' values (C++). More...
 
bool stan::math::operator== (const var &a, const double b)
 Equality operator comparing a variable's value and a double (C++). More...
 
bool stan::math::operator== (const double a, const var &b)
 Equality operator comparing a scalar and a variable's value (C++). More...
 

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