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 |
|
Morton ordering |
|
Occupancy downsample/expand |
|
Sparse alignment |
|
Point/voxel quantization helpers |
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.