Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/opencl/matrix_cl_view.hpp>
#include <stan/math/opencl/kernel_generator/operation_cl.hpp>
#include <stan/math/opencl/kernel_generator/as_operation_cl.hpp>
#include <string>
#include <type_traits>
#include <set>
#include <utility>
Go to the source code of this file.
Classes | |
class | stan::math::unary_operation_cl< Derived, T, Scal > |
Represents a unary operation in kernel generator expressions. More... | |
class | stan::math::logical_negation_< T > |
Represents a logical negation in kernel generator expressions. More... | |
class | stan::math::unary_minus_< T > |
Represents an unary minus operation in kernel generator expressions. 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. | |
Functions | |
template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr> | |
logical_negation_< as_operation_cl_t< T > > | stan::math::operator! (T &&a) |
Logical negation of a kernel generator expression. | |
template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr> | |
unary_minus_< as_operation_cl_t< T > > | stan::math::operator- (T &&a) |
Unary minus of a kernel generator expression. | |