LICENSE
README.md
pyproject.toml
setup.py
src/cds2/__init__.py
src/cds2/_version.py
src/cds2/bayes.py
src/cds2/calculus.py
src/cds2/chaos.py
src/cds2/cli.py
src/cds2/distributions.py
src/cds2/geometry.py
src/cds2/graph.py
src/cds2/hypothesis.py
src/cds2/infotheory.py
src/cds2/integrate.py
src/cds2/interpolate.py
src/cds2/io.py
src/cds2/knowledge.py
src/cds2/linalg.py
src/cds2/metaheuristics.py
src/cds2/ml.py
src/cds2/modeling.py
src/cds2/montecarlo.py
src/cds2/optimize.py
src/cds2/py.typed
src/cds2/quantum.py
src/cds2/rl.py
src/cds2/scientific.py
src/cds2/signals.py
src/cds2/sparse.py
src/cds2/special.py
src/cds2/spectral.py
src/cds2/stats.py
src/cds2/timeseries.py
src/cds2/viz.py
src/cds2/nlp/__init__.py
src/cds2/nlp/attention.py
src/cds2/nlp/autograd.py
src/cds2/nlp/gpt.py
src/cds2/nlp/tokenizer.py
src/cds2/src/_fast_kmeans.c
src/cds2/src/_fast_pagerank.c
src/scientific_computing_system_2.0.egg-info/PKG-INFO
src/scientific_computing_system_2.0.egg-info/SOURCES.txt
src/scientific_computing_system_2.0.egg-info/dependency_links.txt
src/scientific_computing_system_2.0.egg-info/entry_points.txt
src/scientific_computing_system_2.0.egg-info/requires.txt
src/scientific_computing_system_2.0.egg-info/top_level.txt
tests/test_bayes.py
tests/test_benchmarks.py
tests/test_calculus.py
tests/test_chaos.py
tests/test_cli.py
tests/test_coverage_gaps.py
tests/test_distributions.py
tests/test_geometry.py
tests/test_graph.py
tests/test_hypothesis.py
tests/test_industrial.py
tests/test_infotheory.py
tests/test_integrate.py
tests/test_interpolate.py
tests/test_io.py
tests/test_knowledge.py
tests/test_linalg.py
tests/test_mcmc.py
tests/test_metaheuristics.py
tests/test_ml.py
tests/test_modeling.py
tests/test_montecarlo.py
tests/test_nlp.py
tests/test_optimize.py
tests/test_quantum.py
tests/test_resampling.py
tests/test_rl.py
tests/test_scientific.py
tests/test_signals.py
tests/test_sparse.py
tests/test_special.py
tests/test_spectral.py
tests/test_stats.py
tests/test_timeseries.py
tests/test_v31_industrial.py
tests/test_v33_arcs.py
tests/test_v33_gaps.py
tests/test_v3_expansion.py
tests/test_viz.py