5 decltype(cMHN::TT::getRanks<EVENTS, MAXRANKP, 2>())>;
7using S = TTN::Subscripts;
9extern template TTN cMHN::calculatePTheta<MAXRANKP>(
12extern template T cMHN::calculateScore<MAXRANKP>(
16extern template std::tuple<T, pRC::Tensor<T, EVENTS, EVENTS>>
17cMHN::calculateScoreAndGradient<MAXRANKP, MAXRANKQ>(
20 T const &,
T const &);
22extern template std::tuple<pRC::Tensor<T, EVENTS, EVENTS>,
23 std::map<std::string, std::string>, std::map<std::string, double>>
25 std::string
const &, std::string
const &, std::map<S, T>
const &,
27 T const &,
T const &);
Class storing all relevant information for a regulator.
Definition regulator.hpp:30
Class storing all relevant information for a score.
Definition score.hpp:27
Class storing an MHN operator represented by a theta matrix (for TT calculations)
Definition mhn_operator.hpp:24
Definition type_traits.hpp:17
TN::Subscripts S
Definition externs_nonTT.hpp:9