Automatic Differentiation
 
Loading...
Searching...
No Matches
apply_vector_unary.hpp File Reference

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.