Automatic Differentiation
 
Loading...
Searching...
No Matches
is_arena_matrix.hpp File Reference
#include <stan/math/prim/meta/require_helpers.hpp>
#include <type_traits>

Go to the source code of this file.

Classes

struct  stan::is_arena_matrix< T, typename >
 Defines a static member named value which is defined to be true if the type is arena_matrix<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.
 

Typedefs

template<typename T >
using stan::require_arena_matrix_t = require_t< is_arena_matrix< std::decay_t< T > > >
 Require type satisfies is_arena_matrix.