Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/core/chainable_alloc.hpp>
#include <stan/math/prim/meta/is_kernel_expression.hpp>
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/matrix_cl_view.hpp>
#include <utility>
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 . | |