Latticemapped
Latticemapped is a term used to describe a representation that associates data values with points on a lattice, a regular, discrete grid. Formally, a latticemapped object can be described as a mapping f from a lattice L to a set of values V, often written as f: L -> V. The lattice is typically a subset of Z^d with a fixed dimensionality d, providing coordinates for each grid point and a notion of neighborhood. This framing emphasizes the dual role of the lattice as both coordinate framework and storage medium for values.
In practice, latticemapped data are stored as multi-dimensional arrays or as sparse structures keyed by lattice
Applications span numerical simulation, image processing, geospatial grids, and grid-based machine learning. Variants include latticemapped embeddings,