Stan Math Library  2.6.3
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Namespaces | Functions
fmax.hpp File Reference
#include <math.h>
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/meta/likely.hpp>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
fvar< T > stan::math::fmax (const fvar< T > &x1, const fvar< T > &x2)
 
template<typename T >
fvar< T > stan::math::fmax (const double x1, const fvar< T > &x2)
 
template<typename T >
fvar< T > stan::math::fmax (const fvar< T > &x1, const double x2)
 

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