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

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, std::vector< 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.