![]() |
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/inv_square.hpp>
Go to the source code of this file.
Classes | |
struct | stan::math::inv_square_fun |
Structure to wrap inv_square() so that it can be vectorized. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
apply_scalar_unary< inv_square_fun, T >::return_t | stan::math::inv_square (const T &x) |
Vectorized version of inv_square(). More... | |