MANIFEST.in
setup.cfg
setup.py
tlux/__init__.py
tlux/__main__.py
tlux/plot.py
tlux/random.py
tlux/readme.md
tlux/setup.py
tlux.egg-info/PKG-INFO
tlux.egg-info/SOURCES.txt
tlux.egg-info/dependency_links.txt
tlux.egg-info/requires.txt
tlux.egg-info/top_level.txt
tlux/about/author.txt
tlux/about/classifiers.txt
tlux/about/description.txt
tlux/about/keywords.txt
tlux/about/on_pypi.txt
tlux/about/package_name.txt
tlux/about/requirements.txt
tlux/about/version.txt
tlux/about/version_history.md
tlux/approximate/__init__.py
tlux/approximate/base.py
tlux/approximate/nearest_neighbor.py
tlux/approximate/axy/.gitignore
tlux/approximate/axy/__init__.py
tlux/approximate/axy/axy.f90
tlux/approximate/axy/axy_numpy.py
tlux/approximate/axy/matrix_operations.f90
tlux/approximate/axy/precision.f90
tlux/approximate/axy/random.f90
tlux/approximate/axy/sort_and_select.f90
tlux/approximate/axy/axy/__init__.py
tlux/approximate/axy/axy/axy.arm64.so
tlux/approximate/axy/axy/axy.f90
tlux/approximate/axy/axy/axy.mod
tlux/approximate/axy/axy/axy_c_wrapper.f90
tlux/approximate/axy/axy/axy_python_wrapper.py
tlux/approximate/axy/axy/c_axy.mod
tlux/approximate/axy/axy/matrix_operations.f90
tlux/approximate/axy/axy/matrix_operations.mod
tlux/approximate/axy/axy/random.f90
tlux/approximate/axy/axy/random.mod
tlux/approximate/axy/axy/sort_and_select.f90
tlux/approximate/axy/axy/sort_and_select.mod
tlux/approximate/axy/axy_OLD/__init__.py
tlux/approximate/axy/axy_OLD/axy.arm64.so
tlux/approximate/axy/axy_OLD/axy.f90
tlux/approximate/axy/axy_OLD/axy.mod
tlux/approximate/axy/axy_OLD/axy_c_wrapper.f90
tlux/approximate/axy/axy_OLD/axy_python_wrapper.py
tlux/approximate/axy/axy_OLD/c_axy.mod
tlux/approximate/axy/axy_OLD/matrix_operations.f90
tlux/approximate/axy/axy_OLD/matrix_operations.mod
tlux/approximate/axy/axy_OLD/random.f90
tlux/approximate/axy/axy_OLD/random.mod
tlux/approximate/axy/axy_OLD/sort_and_select.f90
tlux/approximate/axy/axy_OLD/sort_and_select.mod
tlux/approximate/axy/test/apos_0-0-15.f90
tlux/approximate/axy/test/apos_0-0-19.f90
tlux/approximate/axy/test/apos_0-0-20.f90
tlux/approximate/axy/test/argselect.f90
tlux/approximate/axy/test/compare_versions.py
tlux/approximate/axy/test/test_argselect.py
tlux/approximate/axy/test/test_argsort.f90
tlux/approximate/axy/test/test_clock.f90
tlux/approximate/axy/test/test_linear_model.py
tlux/approximate/axy/test/test_matrix_ops.py
tlux/approximate/axy/test/test_sgels.f90
tlux/approximate/axy/test/testing_generalization.py
tlux/approximate/axy/test/matrix_operations/__init__.py
tlux/approximate/axy/test/matrix_operations/c_matrix_operations.mod
tlux/approximate/axy/test/matrix_operations/matrix_operations.arm64.so
tlux/approximate/axy/test/matrix_operations/matrix_operations.f90
tlux/approximate/axy/test/matrix_operations/matrix_operations.mod
tlux/approximate/axy/test/matrix_operations/matrix_operations_c_wrapper.f90
tlux/approximate/axy/test/matrix_operations/matrix_operations_python_wrapper.py
tlux/approximate/axy/test/matrix_operations_OLD/__init__.py
tlux/approximate/axy/test/matrix_operations_OLD/c_matrix_operations.mod
tlux/approximate/axy/test/matrix_operations_OLD/matrix_operations.arm64.so
tlux/approximate/axy/test/matrix_operations_OLD/matrix_operations.f90
tlux/approximate/axy/test/matrix_operations_OLD/matrix_operations.mod
tlux/approximate/axy/test/matrix_operations_OLD/matrix_operations_c_wrapper.f90
tlux/approximate/axy/test/matrix_operations_OLD/matrix_operations_python_wrapper.py
tlux/approximate/balltree/.gitignore
tlux/approximate/balltree/__init__.py
tlux/approximate/balltree/__main__.py
tlux/approximate/balltree/ball_tree.f90
tlux/approximate/balltree/balltree.py
tlux/approximate/balltree/fast_select.f90
tlux/approximate/balltree/fast_sort.f90
tlux/approximate/balltree/prune.f90
tlux/approximate/balltree/swap.f90
tlux/approximate/balltree/ball_tree/__init__.py
tlux/approximate/balltree/ball_tree/ball_tree.arm64.so
tlux/approximate/balltree/ball_tree/ball_tree.f90
tlux/approximate/balltree/ball_tree/ball_tree.mod
tlux/approximate/balltree/ball_tree/ball_tree_c_wrapper.f90
tlux/approximate/balltree/ball_tree/ball_tree_python_wrapper.py
tlux/approximate/balltree/ball_tree/c_ball_tree.mod
tlux/approximate/balltree/ball_tree/fast_select.f90
tlux/approximate/balltree/ball_tree/fast_select.mod
tlux/approximate/balltree/ball_tree/fast_sort.f90
tlux/approximate/balltree/ball_tree/fast_sort.mod
tlux/approximate/balltree/ball_tree/prune.f90
tlux/approximate/balltree/ball_tree/prune.mod
tlux/approximate/balltree/ball_tree/swap.f90
tlux/approximate/balltree/ball_tree/swap.mod
tlux/approximate/balltree/fast_select/__init__.py
tlux/approximate/balltree/fast_select/c_fast_select.mod
tlux/approximate/balltree/fast_select/fast_select.arm64.so
tlux/approximate/balltree/fast_select/fast_select.f90
tlux/approximate/balltree/fast_select/fast_select.mod
tlux/approximate/balltree/fast_select/fast_select_c_wrapper.f90
tlux/approximate/balltree/fast_select/fast_select_python_wrapper.py
tlux/approximate/balltree/fast_select/swap.f90
tlux/approximate/balltree/fast_select/swap.mod
tlux/approximate/balltree/fast_sort/__init__.py
tlux/approximate/balltree/fast_sort/c_fast_sort.mod
tlux/approximate/balltree/fast_sort/fast_sort.arm64.so
tlux/approximate/balltree/fast_sort/fast_sort.f90
tlux/approximate/balltree/fast_sort/fast_sort.mod
tlux/approximate/balltree/fast_sort/fast_sort_c_wrapper.f90
tlux/approximate/balltree/fast_sort/fast_sort_python_wrapper.py
tlux/approximate/balltree/fast_sort/swap.f90
tlux/approximate/balltree/fast_sort/swap.mod
tlux/approximate/balltree/prune/__init__.py
tlux/approximate/balltree/prune/c_prune.mod
tlux/approximate/balltree/prune/prune.arm64.so
tlux/approximate/balltree/prune/prune.f90
tlux/approximate/balltree/prune/prune.mod
tlux/approximate/balltree/prune/prune_c_wrapper.f90
tlux/approximate/balltree/prune/prune_python_wrapper.py
tlux/approximate/balltree/test/speed_test.py
tlux/approximate/balltree/test/test.py
tlux/approximate/delaunay/__init__.py
tlux/approximate/delaunay/blas.f
tlux/approximate/delaunay/delfort.py
tlux/approximate/delaunay/delsparse.f90
tlux/approximate/delaunay/lapack.f
tlux/approximate/delaunay/qhull.py
tlux/approximate/delaunay/slatec.f
tlux/approximate/delaunay/delsparse/__init__.py
tlux/approximate/delaunay/delsparse/delsparse.f90
tlux/approximate/delaunay/delsparse/delsparse_c_wrapper.f90
tlux/approximate/delaunay/delsparse/slatec.f
tlux/data/__init__.py
tlux/data/data.py
tlux/data/exceptions.py
tlux/data/internals.py
tlux/data/numeric.py
tlux/data/read.py
tlux/data/readme.md
tlux/data/test.py
tlux/data/utilities.py
tlux/data/video.py
tlux/math/.gitignore
tlux/math/__init__.py
tlux/math/fmath.f90
tlux/math/fraction.py
tlux/math/fsort.f90
tlux/math/polynomial.py