LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
stmath/__init__.py
stmath.egg-info/PKG-INFO
stmath.egg-info/SOURCES.txt
stmath.egg-info/dependency_links.txt
stmath.egg-info/top_level.txt
stmath/core/__init__.py
stmath/core/gradcheck.py
stmath/core/graph_utils.py
stmath/core/math_kernels.py
stmath/core/ops.py
stmath/core/tensor.py
stmath/core/value.py
stmath/data/__init__.py
stmath/data/dataset.py
stmath/data/utils.py
stmath/engine/__init__.py
stmath/engine/adaptive.py
stmath/engine/validator.py
stmath/genai/__init__.py
stmath/genai/attention.py
stmath/genai/embeddings.py
stmath/genai/ffn.py
stmath/genai/multihead.py
stmath/genai/normalization.py
stmath/genai/pipeline.py
stmath/genai/transformer.py
stmath/graph/__init__.py
stmath/graph/graph.py
stmath/graph/pipeline.py
stmath/linalg/__init__.py
stmath/linalg/decomposition.py
stmath/linalg/eigen.py
stmath/linalg/linalg.py
stmath/linalg/matrix.py
stmath/linalg/utils.py
stmath/ml/__init__.py
stmath/ml/evaluate.py
stmath/ml/linear_regression.py
stmath/ml/logistic_regression.py
stmath/ml/metrics.py
stmath/ml/model_selection.py
stmath/ml/pipeline.py
stmath/nlp/__init__.py
stmath/nlp/evaluate.py
stmath/nlp/pipeline.py
stmath/nlp/similarity.py
stmath/nlp/tokenizer.py
stmath/nlp/vectorizer.py
stmath/nn/__init__.py
stmath/nn/functional.py
stmath/nn/layers.py
stmath/nn/models.py
stmath/nn/trainer.py
stmath/solvers/__init__.py
stmath/solvers/big_solver.py
stmath/solvers/cg.py
stmath/solvers/decomposition.py
stmath/solvers/iterative.py
stmath/solvers/lu.py
stmath/solvers/qr.py
stmath/solvers/regularized.py
stmath/solvers/small_solver.py
stmath/stats/__init__.py
stmath/stats/statistics.py
stmath/utils/__init__.py
stmath/utils/benchmark.py
stmath/utils/constants.py
stmath/utils/helpers.py
stmath/utils/logger.py
stmath/vision/__init__.py
stmath/vision/filters.py
stmath/vision/pipeline.py
stmath/vision/vision.py
stmath_old/__init__.py
stmath_old/algebra.py
stmath_old/aptitude_math.py
stmath_old/benchmark.py
stmath_old/combinatorics.py
stmath_old/core.py
stmath_old/crypto_math.py
stmath_old/distributions.py
stmath_old/dl.py
stmath_old/engine.py
stmath_old/finance_math.py
stmath_old/functional.py
stmath_old/genai.py
stmath_old/graph.py
stmath_old/interpreter.py
stmath_old/linalg.py
stmath_old/math_ext.py
stmath_old/ml.py
stmath_old/nlp.py
stmath_old/number_theory.py
stmath_old/physics.py
stmath_old/probability.py
stmath_old/quantum.py
stmath_old/scientific.py
stmath_old/signal.py
stmath_old/special.py
stmath_old/statistics.py
stmath_old/symbolic.py
stmath_old/tensor.py
stmath_old/timeseries.py
stmath_old/utils.py
stmath_old/vision.py
stmath_old/nn/functional.py
stmath_old/nn/layers.py