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

For expressions declarations. More...

#include "base/base.h"
#include "xpr_base.h"
#include "func.h"

Go to the source code of this file.

Classes

class  CNORXZ::For< L, Xpr, F >
 
class  CNORXZ::SFor< N, L, Xpr, F >
 
class  CNORXZ::PFor< L1, L2, Xpr, F >
 
class  CNORXZ::TFor< L, Xpr, F >
 
class  CNORXZ::EFor< N, L, Xpr, F >
 

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)
 

Detailed Description

For expressions declarations.

Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de

Definition in file for.h.