CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
FastLSQ.egg-info/PKG-INFO
FastLSQ.egg-info/SOURCES.txt
FastLSQ.egg-info/dependency_links.txt
FastLSQ.egg-info/requires.txt
FastLSQ.egg-info/top_level.txt
examples/add_your_own_pde.py
examples/custom_features.py
examples/run_linear.py
examples/run_nonlinear.py
examples/tutorial_basic.py
examples/tutorial_nonlinear.py
fastlsq/__init__.py
fastlsq/api.py
fastlsq/diagnostics.py
fastlsq/export.py
fastlsq/geometry.py
fastlsq/lightning.py
fastlsq/linalg.py
fastlsq/newton.py
fastlsq/plotting.py
fastlsq/solvers.py
fastlsq/tuning.py
fastlsq/utils.py
fastlsq/problems/__init__.py
fastlsq/problems/linear.py
fastlsq/problems/nonlinear.py
fastlsq/problems/regression.py
tests/test_basic.py