Loading...
Searching...
No Matches
ArrayUtils-Impl.hpp
Go to the documentation of this file.
Definition Matrix.hpp:30
void ExtrapolatePoint(const Array2< char > &valid, const Vector2UZ &size, ArrayView2< U > output, Array2< char > *next, size_t i, size_t j)
Definition ArrayUtils-Impl.hpp:21
Definition pybind11Utils.hpp:22
void ForEachIndex(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func)
Definition IterationUtils-Impl.hpp:51
void Fill(ArrayView< T, N > a, const Vector< size_t, N > &begin, const Vector< size_t, N > &end, const T &val)
Definition ArrayUtils-Impl.hpp:132
void Copy(ArrayView< T, N > src, const Vector< size_t, N > &begin, const Vector< size_t, N > &end, ArrayView< U, N > dst)
Definition ArrayUtils-Impl.hpp:151
void ParallelForEachIndex(const Vector< IndexType, N > &begin, const Vector< IndexType, N > &end, const Func &func, ExecutionPolicy policy)
Definition IterationUtils-Impl.hpp:98
void ExtrapolateToRegion(ArrayView2< T > input, ArrayView2< char > valid, unsigned int numberOfIterations, ArrayView2< U > output)
Extrapolates 2-D input data from 'valid' (1) to 'invalid' (0) region.
Definition ArrayUtils-Impl.hpp:171
1.9.8