Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/meta/return_type.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
struct | stan::math::append_return_type< T1, T2 > |
This template metaprogram is used to compute the return type for append_array. More... | |
struct | stan::math::append_return_type< int, int > |
This template metaprogram is used to compute the return type for append_array. More... | |
struct | stan::math::append_return_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > > |
This template metaprogram is used to compute the return type for append_array. More... | |
struct | stan::math::append_return_type< std::vector< T1 >, std::vector< T2 > > |
This template metaprogram is used to compute the return type for append_array. 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. | |