Stan  1.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Namespaces | Functions
error_handling.hpp File Reference
#include <stan/math/error_handling.hpp>
#include <stan/agrad/agrad.hpp>

Go to the source code of this file.

Namespaces

namespace  boost
 Reimplementing boost functionality.
 
namespace  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.
 
template<>
bool boost::math::isfinite (const stan::agrad::var v)
 Checks if the given number has finite value.
 
template<>
bool boost::math::isinf (const stan::agrad::var v)
 Checks if the given number is infinite.
 
template<>
bool boost::math::isnan (const stan::agrad::var v)
 Checks if the given number is NaN.
 
template<>
bool boost::math::isnormal (const stan::agrad::var v)
 Checks if the given number is normal.
 

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