|
cMHN 1.0
C++ library for learning MHNs with pRC
|
#include <cmhn/nontt/mhn_operator.hpp>#include <cmhn/tt/als.hpp>#include <cmhn/tt/mamen.hpp>#include <cmhn/tt/mhn_operator.hpp>#include <cmhn/tt/utility.hpp>#include <prc.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cMHN |
Functions | |
| template<class T , class X , pRC::Size D> | |
| X | cMHN::calculatePTheta (nonTT::MHNOperator< T, D > const &op, X const &pInit, T const &toleranceSolver) |
| Calculates the vector pTheta given a nonTT MHN Operator and a tolerance. More... | |
| template<class T , pRC::Size D> | |
| auto | cMHN::calculatePTheta (nonTT::MHNOperator< T, D > const &op, T const &toleranceSolver) |
| Calculates the vector pTheta given a nonTT MHN Operator and a tolerance. More... | |
| template<pRC::Size R, class T , class X , pRC::Size D> | |
| X | cMHN::calculatePTheta (TT::MHNOperator< T, D > const &op, X const &pInit, T const &toleranceSolver) |
| Calculates the vector pTheta (as a TT) given a TT MHN Operator and a tolerance. More... | |
| template<pRC::Size R, class T , pRC::Size D> | |
| auto | cMHN::calculatePTheta (TT::MHNOperator< T, D > const &op, T const &toleranceSolver) |
| Calculates the vector pTheta (as a TT) given a TT MHN Operator and a tolerance. More... | |