CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Namespaces | Functions
for.cc.h File Reference

For expressions template implementations. More...

#include <omp.h>
#include "for.h"

Go to the source code of this file.

Namespaces

namespace  CNORXZ
 

Functions

template<SizeT L, class Xpr , class F >
constexpr decltype(autoCNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr, F &&f)
 
template<SizeT L, class Xpr >
constexpr decltype(autoCNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr)
 
template<SizeT N, SizeT L, class Xpr , class F >
constexpr decltype(autoCNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr, F &&f)
 
template<SizeT N, SizeT L, class Xpr >
constexpr decltype(autoCNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr)
 
template<SizeT L1, SizeT L2, class Xpr , class F >
constexpr decltype(autoCNORXZ::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(autoCNORXZ::mkPFor (SizeT size, const IndexId< L1 > &id1, const IndexId< L2 > &id2, const Xpr &xpr)
 

Detailed Description

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.