![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/vectorize/apply_scalar_unary.hpp>
#include <stan/math/prim/scal/fun/exp2.hpp>
Go to the source code of this file.
Classes | |
struct | stan::math::exp2_fun |
Structure to wrap exp2() so it can be vectorized. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
apply_scalar_unary< exp2_fun, T >::return_t | stan::math::exp2 (const T &x) |
Return the elementwise application of exp2() to specified argument container. More... | |