|
autoppl
v0.8
A C++ template library for probabilistic programming
|
#include <fastad_bits/reverse/stat/wishart.hpp>#include <autoppl/util/traits/traits.hpp>#include <autoppl/expression/distribution/dist_utils.hpp>#include <autoppl/math/density.hpp>#include <autoppl/math/math.hpp>Go to the source code of this file.
Classes | |
| struct | ppl::expr::dist::Wishart< VType, NType > |
Namespaces | |
| ppl | |
| ppl::expr | |
| ppl::expr::dist | |
Macros | |
| #define | PPL_WISHART_PARAM_SHAPE |
Functions | |
| template<class VType , class NType , class = std::enable_if_t< util::is_valid_dist_param_v<VType> && util::is_valid_dist_param_v<NType> >> | |
| constexpr auto | ppl::wishart (const VType &v_expr, const NType &n_expr) |
| #define PPL_WISHART_PARAM_SHAPE |