Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
operator_less_than.hpp File Reference
#include <stan/agrad/fwd/fvar.hpp>
#include <stan/meta/traits.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

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

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