|
| template<class... Xs, If< All< pRC::IsTensorish< RemoveReference< Xs > >... > > = 0> |
| static constexpr auto | fromCores (Xs &&...cores) |
| |
| template<class T , class M , class N , class Ranks , class F > |
| | Operator (OperatorViews::View< T, M, N, Ranks, F > const &) -> Operator< T, M, N, Ranks > |
| |
| template<class X , class T , class M , class N , class R , class F > |
| static constexpr auto | isOperatorView (OperatorViews::View< T, M, N, R, F > const &&) |
| |
| template<class > |
| static constexpr auto | isOperatorView (...) |
| |
| template<class T , class N , class Ranks , class F > |
| | Tensor (TensorViews::View< T, N, Ranks, F > const &) -> Tensor< T, N, Ranks > |
| |
| template<class X , class T , class N , class R , class F > |
| static constexpr auto | isTensorView (TensorViews::View< T, N, R, F > const &&) |
| |
| template<class > |
| static constexpr auto | isTensorView (...) |
| |