Automatic Differentiation
 
Loading...
Searching...
No Matches
scalar_seq_view.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/value_of.hpp>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  stan::scalar_seq_view< C, require_eigen_vector_t< C > >
 
class  stan::scalar_seq_view< C, require_var_matrix_t< C > >
 
class  stan::scalar_seq_view< C, require_std_vector_t< C > >
 
class  stan::scalar_seq_view< C, require_t< std::is_pointer< C > > >
 
class  stan::scalar_seq_view< C, require_stan_scalar_t< C > >
 This specialization handles wrapping a scalar as if it were a sequence. 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.