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