|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <scalar_product.hpp>
Public Member Functions | |
| template<class XA , class XB , If< True< decltype(scalarProduct(declval< XA >(), declval< XB >()))> > | |
| constexpr decltype(auto) | operator() (XA &&a, XB &&b) const |
|
inlineconstexpr |