Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta/bool_constant.hpp>
#include <stan/math/prim/meta/is_constant.hpp>
#include <stan/math/prim/meta/scalar_type.hpp>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | stan::math::include_summand< propto, T, T_pack > |
Template metaprogram to calculate whether a summand needs to be included in a proportional (log) probability calculation. More... | |
struct | stan::math::include_summand< propto, T > |
true if a term with the specified propto value and subterm types should be included in a proportionality calculation. 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. | |