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