Coordinate operationsΒΆ

mlx_lattice.ops.coords is a convenience re-export module for coordinate helpers whose canonical implementations live under mlx_lattice.core.coords. The canonical API pages are:

Operation group

Canonical API page

Coordinate set operations

Coordinate utilities

Morton ordering

Coordinate utilities

Occupancy downsample/expand

Coordinate utilities

Sparse alignment

Coordinate utilities

Point/voxel quantization helpers

Point/voxel core

The re-export exists so user code can write operation-oriented imports such as from mlx_lattice.ops import downsample_coords. The docs avoid rendering the same functions here a second time.