Stan Math Library
4.9.0
Automatic Differentiation
|
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. | |
template<typename T > | |
using | stan::require_not_arena_matrix_t = require_t< bool_constant<!is_arena_matrix< std::decay_t< T > >::value > > |
Require type does not satisfy is_arena_matrix. | |