autoppl  v0.8
A C++ template library for probabilistic programming
ppl::expr::var::details Namespace Reference

Functions

template<class Op , class LHSType , class RHSType >
constexpr auto operator_helper (const LHSType &lhs, const RHSType &rhs)
 
template<class Op , class TParamViewType , class VarExprType >
constexpr auto opeq_helper (const TParamViewType &tp_view, const VarExprType &expr)
 

Function Documentation

◆ opeq_helper()

template<class Op , class TParamViewType , class VarExprType >
constexpr auto ppl::expr::var::details::opeq_helper ( const TParamViewType &  tp_view,
const VarExprType &  expr 
)
inlineconstexpr

◆ operator_helper()

template<class Op , class LHSType , class RHSType >
constexpr auto ppl::expr::var::details::operator_helper ( const LHSType &  lhs,
const RHSType &  rhs 
)
inlineconstexpr