#include <kumi/functional/indexable.hpp>
Callable object computing multi-dimensional window block layout configurations.
#include <kumi/functional/indexable.hpp>
template<typename Sz, typename Extent, typename Stride, typename NumBlocks>
consteval auto tiler(Sz sz, Extent ext, Stride
str, NumBlocks nb)
noexcept;
struct kumi::function::tile_t tiler
Callable object computing multi-dimensional window block layout configurations.
Static string used to create named fields.
Definition str.hpp:24
- sz: Size of the tiles to generate
- ext: Size of the input domain
- str: Dimensional stride representing elements to skip
- nb: Total number of tiles to generate
A kumi::projection_map handling tile patterns and structural grid offset mappings.