autoppl  v0.8
A C++ template library for probabilistic programming
bounded.hpp File Reference
#include <cstddef>
#include <cmath>
#include <fastad_bits/util/shape_traits.hpp>
#include <fastad_bits/reverse/core/var_view.hpp>
#include <autoppl/expression/constraint/transformer.hpp>
#include <autoppl/util/ad_boost/bounded_inv_transform.hpp>
#include <autoppl/util/traits/traits.hpp>
#include <autoppl/util/value.hpp>

Go to the source code of this file.

Classes

struct  ppl::expr::constraint::Bounded< LowerType, UpperType >
 
struct  ppl::expr::constraint::Transformer< ValueType, ShapeType, Bounded< LowerType, UpperType > >
 

Namespaces

 ppl
 
 ppl::expr
 
 ppl::expr::constraint
 

Functions

template<class LowerType , class UpperType >
constexpr auto ppl::bounded (const LowerType &lower, const UpperType &upper)