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/apebench_compare.py
examples/benchmark_comparison.py
examples/compare_sindy_methods.py
examples/custom_features.py
examples/inverse_heat_source.py
examples/inverse_magnetostatics.py
examples/inverse_source_position.py
examples/inverse_turbulence.py
examples/learnable_helmholtz.py
examples/pde_discovery.py
examples/run_all_extensions.py
examples/run_linear.py
examples/run_nonlinear.py
examples/sindy_benchmarks.py
examples/sindy_differentiable.py
examples/sindy_minimal_diff.py
examples/tutorial_basic.py
examples/tutorial_nonlinear.py
examples/wing_aerodynamics.py
fastlsq/__init__.py
fastlsq/api.py
fastlsq/basis.py
fastlsq/diagnostics.py
fastlsq/export.py
fastlsq/geometry.py
fastlsq/learnable.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/apebench.py
fastlsq/problems/linear.py
fastlsq/problems/nonlinear.py
fastlsq/problems/regression.py
misc/fastlsq_teaser.png
misc/ideal_quadrupole.png
misc/inverse_heat_source.gif
misc/inverse_heat_source.png
misc/inverse_magnetostatics.png
misc/inverse_magnetostatics_convergence.png
misc/quadrupole_convergence.png
misc/quadrupole_optimization.png
misc/tutorial_nlpoisson_convergence.png
misc/tutorial_nlpoisson_solution.png
tests/test_basic.py