autoppl
v0.8
A C++ template library for probabilistic programming
|
#include <tparam.hpp>
Public Types | |
using | base_t = TParamViewBase< TParamView< ValueType, ShapeType > > |
Public Member Functions | |
TParamView (details::TParamInfoPack *i_pack, size_t rows=1, size_t cols=1) noexcept | |
template<class VarExprType , class = std::enable_if_t< util::is_valid_op_param_v<VarExprType> >> | |
auto | operator= (const VarExprType &expr) const |
Public Member Functions inherited from ppl::util::BaseCRTP< TParamView< ValueType, ppl::scl > > | |
TParamView< ValueType, ppl::scl > & | self () |
const TParamView< ValueType, ppl::scl > & | self () const |
using ppl::TParamView< ValueType, ShapeType >::base_t = TParamViewBase<TParamView<ValueType, ShapeType> > |
|
inlinenoexcept |
|
inline |