CNORXZ
Container with Native Operation Routines and Expressions
|
For expressions template implementations. More...
Go to the source code of this file.
Namespaces | |
namespace | CNORXZ |
Functions | |
template<SizeT L, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr, F &&f) |
template<SizeT L, class Xpr > | |
constexpr decltype(auto) | CNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr) |
template<SizeT N, SizeT L, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr, F &&f) |
template<SizeT N, SizeT L, class Xpr > | |
constexpr decltype(auto) | CNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr) |
template<SizeT L1, SizeT L2, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkPFor (SizeT size, const IndexId< L1 > &id1, const IndexId< L2 > &id2, const Xpr &xpr, F &&f) |
template<SizeT L1, SizeT L2, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkPFor (SizeT size, const IndexId< L1 > &id1, const IndexId< L2 > &id2, const Xpr &xpr) |
For expressions template implementations.
Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de
Definition in file for.cc.h.