autoppl  v0.8
A C++ template library for probabilistic programming
ppl::expr::dist::details::bern_valid_param_dim< PType > Struct Template Reference

#include <bernoulli.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class PType>
struct ppl::expr::dist::details::bern_valid_param_dim< PType >

Checks whether PType has proper shape. Must be proper shape and cannot be matrix.

Member Data Documentation

◆ value

template<class PType >
constexpr bool ppl::expr::dist::details::bern_valid_param_dim< PType >::value
staticconstexpr
Initial value:
=
util::is_shape_v<PType> &&
!util::is_mat_v<PType>

The documentation for this struct was generated from the following file: