![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/opencl/pinned_matrix.hpp>#include <stan/math/prim/meta/value_type.hpp>#include <stan/math/prim/fun/Eigen.hpp>Go to the source code of this file.
Classes | |
| struct | stan::math::ref_type_for_opencl< T, typename > |
| Determines appropriate type for assigning expression of given type to, so that the resulting type has directly accessible contiguous colum-major data, which is needed to copy to OpenCL device for construction of matrix_cl. More... | |
| struct | stan::math::ref_type_for_opencl< T, require_not_eigen_t< T > > |
| struct | stan::math::ref_type_for_opencl< T, require_arena_matrix_t< 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. | |
Typedefs | |
| template<typename T > | |
| using | stan::math::ref_type_for_opencl_t = typename ref_type_for_opencl< T >::type |