|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <off_diagonal.hpp>
Public Member Functions | |
| template<class X , If< IsConstructible< V, X > > = 0> | |
| OffDiagonal (X &&a) | |
| template<class... Is, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==typename Base::Dimension())> > = 0> | |
| constexpr decltype(auto) | operator() (Is const ... indices) |
| template<class... Is, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==typename Base::Dimension())> > = 0> | |
| constexpr decltype(auto) | operator() (Is const ... indices) const |
| constexpr decltype(auto) | operator() (typename Base::Subscripts const &subscripts) |
| constexpr decltype(auto) | operator() (typename Base::Subscripts const &subscripts) const |
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |