[][src]Module hilbert::transform

The transform module holds the functions which perform the forward and inverse Hilbert Transform. A more convenient way to prepare for and perform the forward transform is to create Points and call Point::hilbert_transform.

Modules

fast_hilbert

Conversions from N-dimensional points (called axes, following Skilling's usage) to Hilbert curve indices and back again.