![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Classes | |
| struct | stan::math::floor_fun |
| Structure to wrap floor() so that it can be vectorized. More... | |
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| apply_scalar_unary< floor_fun, T >::return_t | stan::math::floor (const T &x) |
| Vectorized version of floor(). More... | |