Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
struct | stan::math::promote_elements< T, S > |
Struct with static function for elementwise type promotion. More... | |
struct | stan::math::promote_elements< T, T > |
Struct with static function for elementwise type promotion. More... | |
struct | stan::math::promote_elements< std::vector< T >, std::vector< S > > |
Struct with static function for elementwise type promotion. More... | |
struct | stan::math::promote_elements< std::vector< T >, std::vector< T > > |
Struct with static function for elementwise type promotion. More... | |
struct | stan::math::promote_elements< Eigen::Matrix< T, R, C >, Eigen::Matrix< S, R, C > > |
Struct with static function for elementwise type promotion. More... | |
struct | stan::math::promote_elements< Eigen::Matrix< T, R, C >, Eigen::Matrix< T, R, C > > |
Struct with static function for elementwise type promotion. 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. | |