LICENSE
README.md
pyproject.toml
geodepoly/__init__.py
geodepoly/batched.py
geodepoly/batched_cli.py
geodepoly/bench_compare.py
geodepoly/bridge_cli.py
geodepoly/cli.py
geodepoly/eigs.py
geodepoly/finishers.py
geodepoly/formal.py
geodepoly/geode.py
geodepoly/geode_conv.py
geodepoly/geode_conv_jax.py
geodepoly/hyper_catalan.py
geodepoly/layerings.py
geodepoly/numeric.py
geodepoly/poly.py
geodepoly/py.typed
geodepoly/resummation.py
geodepoly/series.py
geodepoly/series_core.py
geodepoly/series_solve.py
geodepoly/solver.py
geodepoly/sympy_plugin.py
geodepoly/util.py
geodepoly.egg-info/PKG-INFO
geodepoly.egg-info/SOURCES.txt
geodepoly.egg-info/dependency_links.txt
geodepoly.egg-info/entry_points.txt
geodepoly.egg-info/requires.txt
geodepoly.egg-info/top_level.txt
geodepoly/adapters/__init__.py
geodepoly/adapters/controls/charpoly_roots.py
geodepoly/adapters/geometry/ray_intersect_quartic.py
geodepoly/adapters/signals/ar_roots.py
geodepoly/adapters/vision/distortion_invert.py
geodepoly/ai/__init__.py
geodepoly/ai/losses.py
geodepoly/ai/rootlayer_jax.py
geodepoly/ai/rootlayer_torch.py
geodepoly/scripts/benchmark.py
tests/test_aberth.py
tests/test_ai_jax.py
tests/test_ai_torch.py
tests/test_arrays.py
tests/test_batched.py
tests/test_bench_smoke.py
tests/test_centering.py
tests/test_cli_bridge_extras.py
tests/test_cli_extras.py
tests/test_cli_happy.py
tests/test_cli_io.py
tests/test_cli_more.py
tests/test_conjugate_symmetry.py
tests/test_eigs.py
tests/test_eisenstein_bring.py
tests/test_formal_errors.py
tests/test_formal_extras.py
tests/test_formal_more.py
tests/test_geode_conv.py
tests/test_geode_conv_jax.py
tests/test_geode_factorization.py
tests/test_geodebench_smoke.py
tests/test_high_degrees.py
tests/test_hyper_catalan.py
tests/test_lagrange_reversion.py
tests/test_layerings.py
tests/test_multiple_roots.py
tests/test_numeric_wrappers.py
tests/test_poly_extras.py
tests/test_polynomial.py
tests/test_precision_matrix.py
tests/test_properties.py
tests/test_q_cubic_and_bootstrap.py
tests/test_repro_precision.py
tests/test_resummation.py
tests/test_resummation_extras.py
tests/test_series_basic.py
tests/test_series_solve.py
tests/test_series_solve_edges.py
tests/test_series_solve_more.py
tests/test_solver_fastpath.py
tests/test_solver_methods.py
tests/test_util_dp_ddp.py
tests/test_util_numba_toggle.py
tests/test_util_shift_expand.py