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

Go to the source code of this file.

Classes

class  stan::math::internal::arena_matrix_cl_impl< T >
 
class  stan::math::arena_matrix_cl< T >
 A variant of matrix_cl that schedules its destructor to be called, so it can be used on the AD stack. 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.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Macros

#define ARENA_MATRIX_CL_FUNCTION_WRAPPER(function_name)
 Implements a wrapper for a non-const function in matrix_cl.
 
#define ARENA_MATRIX_CL_CONST_FUNCTION_WRAPPER(function_name)
 Implements a wrapper for a const function in matrix_cl.