Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
boost_fpclassify.hpp File Reference
#include <boost/math/special_functions/fpclassify.hpp>
#include <stan/agrad/rev.hpp>

Go to the source code of this file.

Namespaces

 boost
 Reimplementing boost functionality.
 
 boost::math
 Reimplmeneting boost functionality for stan::agrad::var and and bugs in classification of integer types.
 

Functions

template<>
int boost::math::fpclassify (const stan::agrad::var &v)
 Categorizes the given stan::agrad::var value. More...
 
template<>
bool boost::math::isfinite (const stan::agrad::var &v)
 Checks if the given number has finite value. More...
 
template<>
bool boost::math::isinf (const stan::agrad::var &v)
 Checks if the given number is infinite. More...
 
template<>
bool boost::math::isnan (const stan::agrad::var &v)
 Checks if the given number is NaN. More...
 
template<>
bool boost::math::isnormal (const stan::agrad::var &v)
 Checks if the given number is normal. More...
 

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