LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
mathcore/__init__.py
mathcore/complex/__init__.py
mathcore/complex/analysis.py
mathcore/complex/numbers.py
mathcore/complex/transforms.py
mathcore/core/__init__.py
mathcore/core/advanced_linear_algebra.py
mathcore/core/algebra.py
mathcore/core/arithmetic.py
mathcore/core/calculus.py
mathcore/core/combinatorics.py
mathcore/core/geometry.py
mathcore/core/matrix.py
mathcore/core/number_theory.py
mathcore/differential/__init__.py
mathcore/differential/boundary_value.py
mathcore/differential/ode_solver.py
mathcore/optimization/__init__.py
mathcore/optimization/algorithms.py
mathcore/optimization/linear_programming.py
mathcore/probability/__init__.py
mathcore/probability/distributions.py
mathcore/probability/markov.py
mathcore/probability/monte_carlo.py
mathcore/statistics/__init__.py
mathcore/statistics/descriptive.py
mathcore/statistics/inference.py
mathcore/statistics/regression.py
mathcore/statistics/time_series.py
mathcore/utils/__init__.py
mathcore/utils/step_display.py
mathstack.egg-info/PKG-INFO
mathstack.egg-info/SOURCES.txt
mathstack.egg-info/dependency_links.txt
mathstack.egg-info/top_level.txt
tests/__init__.py
tests/test_algebra.py
tests/test_arithmetic.py
tests/test_calculus.py
tests/test_geometry.py
tests/test_matrix.py