![]() |
Stan
1.0
probability, sampling & optimization
|
#include <stan/math/error_handling.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... | |