|
| template<Size... Ns> |
| static constexpr auto | pRC::operator+ (Subscripts< Ns... > const &lhs, Subscripts< Ns... > const &rhs) |
| |
| template<Size... Ns> |
| static constexpr auto | pRC::operator- (Subscripts< Ns... > const &lhs, Subscripts< Ns... > const &rhs) |
| |
| template<Size... Ns, Size... Ss, If< IsSatisfied<(sizeof...(Ns)==sizeof...(Ss))> > = 0> |
| static constexpr auto | pRC::operator* (Subscripts< Ns... > const &lhs, Sizes< Ss... > const) |
| |
| template<Size... Ns, Size... Ss, If< IsSatisfied<(sizeof...(Ns)==sizeof...(Ss))> > = 0> |
| static constexpr auto | pRC::operator* (Sizes< Ss... > const, Subscripts< Ns... > const &rhs) |
| |
| template<Size... Ns, Size... Ss, If< IsSatisfied<(sizeof...(Ns)==sizeof...(Ss))> > = 0> |
| static constexpr auto | pRC::operator/ (Subscripts< Ns... > const &lhs, Sizes< Ss... > const) |
| |
| template<Size... Ns, Size... Ss, If< IsSatisfied<(sizeof...(Ns)==sizeof...(Ss))> > = 0> |
| static constexpr auto | pRC::operator% (Subscripts< Ns... > const &lhs, Sizes< Ss... > const) |
| |
| template<Size... Ns> |
| static constexpr auto | pRC::operator== (Subscripts< Ns... > const &lhs, Subscripts< Ns... > const &rhs) |
| |
| template<Size... Ns> |
| static constexpr auto | pRC::operator!= (Subscripts< Ns... > const &lhs, Subscripts< Ns... > const &rhs) |
| |
| template<Index... Ps, Size... Ns, If< IsSatisfied<(sizeof...(Ps)==sizeof...(Ns))> > = 0, If< IsSatisfied<(max(Ps...)< sizeof...(Ns))> > = 0, If< IsUnique< Constant< Index, Ps >... > > = 0> |
| static constexpr auto | pRC::permute (Subscripts< Ns... > const &arg) |
| |
| template<Size... Ns> |
| static constexpr auto | pRC::reverse (Subscripts< Ns... > const &arg) |
| |
| template<Direction D, Size Step, Size... Ns, If< True< decltype(rotate< D, Step >(makeSeriesFor< Index, Ns... >()))> > |
| static constexpr auto | pRC::rotate (Subscripts< Ns... > const &arg) |
| |
| template<Index... Ds, Size... Ns, If< True< decltype(chip< Ds... >(Sequence< Index, Ns... >()))> > |
| static constexpr auto | pRC::chip (Subscripts< Ns... > const &arg) |
| |