cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::TensorTrain::IsOperator Concept Reference

#include <declarations.hpp>

Concept definition

template<class T>
{
[]<class U, class M, class N, class R>(
Operator<U, M, N, R> const &&)
{
}(std::declval<T>())
};
}
Definition concepts.hpp:19
Definition declarations.hpp:32
Operator(OperatorViews::View< T, M, N, Ranks, F > const &) -> Operator< T, M, N, Ranks >