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