![]() |
Stan
1.0
probability, sampling & optimization
|
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. | |