![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/prim/meta/is_eigen.hpp>#include <stan/math/prim/meta/is_complex.hpp>#include <stan/math/prim/meta/holder.hpp>#include <stan/math/prim/meta/require_generics.hpp>#include <stan/math/prim/meta/is_vector.hpp>#include <stan/math/prim/meta/is_vector_like.hpp>#include <stan/math/prim/meta/plain_type.hpp>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | stan::math::apply_scalar_unary< F, T, require_eigen_t< T > > |
| Template specialization for vectorized functions applying to Eigen matrix arguments. More... | |
| struct | stan::math::apply_scalar_unary< F, T, require_floating_point_t< T > > |
| Template specialization for vectorized functions applying to double arguments. More... | |
| struct | stan::math::apply_scalar_unary< F, T, require_complex_t< T > > |
| Template specialization for vectorized functions applying to complex arguments. More... | |
| struct | stan::math::apply_scalar_unary< F, T, require_integral_t< T > > |
| Template specialization for vectorized functions applying to integer arguments. More... | |
| struct | stan::math::apply_scalar_unary< F, T, require_std_vector_t< T > > |
| Template specialization for vectorized functions applying to standard vector containers. More... | |
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |