Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/fun/as_column_vector_or_scalar.hpp>
#include <stan/math/prim/meta/is_stan_scalar.hpp>
#include <stan/math/prim/meta/is_container.hpp>
#include <stan/math/prim/meta/is_eigen_matrix_base.hpp>
#include <stan/math/prim/meta/plain_type.hpp>
#include <stan/math/prim/meta/require_generics.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
struct | stan::math::apply_vector_unary< T, Enable > |
struct | stan::math::apply_vector_unary< T, require_eigen_t< T > > |
Base template class for vectorization of unary vector functions defined by applying a functor to a standard library vector, Eigen dense matrix expression template, or container of these. More... | |
struct | stan::math::apply_vector_unary< T, require_std_vector_vt< is_stan_scalar, T > > |
Specialization for use with (non-nested) std::vectors. More... | |
struct | stan::math::apply_vector_unary< T, require_std_vector_vt< is_container_or_var_matrix, T > > |
Specialization for use with nested containers (std::vectors). 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. | |