Polynomial Coordinate Functions =============================== The coordinates module provides lightweight helpers for manipulating 6-D complex phase-space vectors. .. currentmodule:: hiten.algorithms.polynomial.coordinates _clean_coordinates() ^^^^^^^^^^^^^^^^^^^^ The :func:`_clean_coordinates` function removes tiny numerical artefacts from a complex coordinate vector. .. autofunction:: _clean_coordinates() _substitute_coordinates() ^^^^^^^^^^^^^^^^^^^^^^^^^ The :func:`_substitute_coordinates` function applies a linear substitution matrix to a coordinate vector. .. autofunction:: _substitute_coordinates()