Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/meta/is_eigen.hpp>
#include <stan/math/prim/meta/is_vector.hpp>
#include <stan/math/prim/meta/require_generics.hpp>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | stan::math::index_type< T, typename > |
Primary template class for the metaprogram to compute the index type of a container. More... | |
struct | stan::math::index_type< T, std::enable_if_t< std::is_pointer< T >::value > > |
Specialization of index_type for pointers. More... | |
struct | stan::math::index_type< T, require_std_vector_t< T > > |
Template metaprogram class to compute the type of index for a standard vector. More... | |
struct | stan::math::index_type< T, require_eigen_t< T > > |
Template metaprogram defining typedef for the type of index for an Eigen matrix, vector, or row vector. 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. | |
Typedefs | |
template<typename T > | |
using | stan::math::index_type_t = typename index_type< T >::type |