|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/view.hpp>#include <prc/core/tensor/declarations.hpp>#include <prc/core/tensor/views/slice.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Size... Es, class X , IsConvertible< Index >... Os, IsTensorish R = RemoveReference<X>> requires (sizeof...(Es) == R::Dimension && sizeof...(Os) == R::Dimension && Sizes<Es...>() <= typename R::Sizes()) | |
| static constexpr auto | pRC::slice (X &&a, Os const ... offsets) |