Loading...
Searching...
No Matches
IterationUtils-Impl.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
void ForEachIndex(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func)
Definition IterationUtils-Impl.hpp:51
void ParallelFor(IndexType beginIndex, IndexType endIndex, const Function &function, ExecutionPolicy policy)
Makes a for-loop from beginIndex to endIndex in parallel.
Definition Parallel-Impl.hpp:212
void ParallelForEachIndex(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func, ExecutionPolicy policy)
Definition IterationUtils-Impl.hpp:98
static void Call(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func, RemainingIndices... indices)
Definition IterationUtils-Impl.hpp:38
Definition IterationUtils-Impl.hpp:20
static void Call(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func, RemainingIndices... indices)
Definition IterationUtils-Impl.hpp:22
1.9.8