Automatic Differentiation
 
Loading...
Searching...
No Matches
plain_type.hpp File Reference
#include <stan/math/prim/meta/is_eigen.hpp>
#include <stan/math/rev/meta/is_var.hpp>
#include <type_traits>

Go to the source code of this file.

Classes

struct  stan::plain_type< T, require_t< stan::math::conjunction< is_var< T >, is_eigen< value_type_t< T > > > > >
 Determines plain (non expression) type associated with T. 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.