|
template<typename T , class IndexT > |
constexpr decltype(auto) | CNORXZ::coproot (const CArrayBase< T > &a, const Sptr< IndexT > &ind) |
|
template<typename T , class IndexT > |
constexpr decltype(auto) | CNORXZ::coproot (const T *a, const Sptr< IndexT > &ind) |
|
template<class IndexT , class Op > |
constexpr decltype(auto) | CNORXZ::poproot (const Sptr< IndexT > &ind, const SizeT *parts, Op &&op) |
|
template<typename T , class IndexT > |
constexpr decltype(auto) | CNORXZ::oproot (ArrayBase< T > &a, const Sptr< IndexT > &ind) |
|
template<class F , class... Ops> |
constexpr decltype(auto) | CNORXZ::operation (F &&f, const Ops &... ops) |
|
template<class Tar , class Src > |
constexpr decltype(auto) | CNORXZ::assignxpr (const Tar &tar, const Src &src) |
|
template<class Tar , class Src > |
constexpr decltype(auto) | CNORXZ::assignxpr (Tar &tar, const Src &src) |
|
template<class F , class Op , class IndexT > |
constexpr decltype(auto) | CNORXZ::contraction (F &&f, Op &&op, const Sptr< IndexT > &i) |
|
template<class IndexT > |
constexpr decltype(auto) | CNORXZ::indexOp (const Sptr< IndexT > &i) |
|
Operation types template implementations.
Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de
Definition in file op_types.cc.h.