Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/opencl/opencl_context.hpp>
#include <CL/opencl.hpp>
Go to the source code of this file.
Classes | |
class | stan::math::pinned_matrix< MatrixType > |
Equivalent to Eigen::Matrix , except that the data is stored in (hopefully pinned) memory, allocated by OpenCL driver. More... | |
struct | Eigen::internal::traits< stan::math::pinned_matrix< T > > |
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 | Eigen |
(Expert) Numerical traits for algorithmic differentiation variables. | |
namespace | Eigen::internal |
(Expert) Product traits for algorithmic differentiation variables. | |