LICENSE
README.md
pyproject.toml
setup.py
src/dewloosh.math.egg-info/PKG-INFO
src/dewloosh.math.egg-info/SOURCES.txt
src/dewloosh.math.egg-info/dependency_links.txt
src/dewloosh.math.egg-info/not-zip-safe
src/dewloosh.math.egg-info/requires.txt
src/dewloosh.math.egg-info/top_level.txt
src/dewloosh/math/__init__.py
src/dewloosh/math/array.py
src/dewloosh/math/arraysetops.py
src/dewloosh/math/hist.py
src/dewloosh/math/interval.py
src/dewloosh/math/misc.py
src/dewloosh/math/numint.py
src/dewloosh/math/utils.py
src/dewloosh/math/function/__init__.py
src/dewloosh/math/function/constraint.py
src/dewloosh/math/function/function.py
src/dewloosh/math/function/functions.py
src/dewloosh/math/function/meta.py
src/dewloosh/math/function/relation.py
src/dewloosh/math/function/testfunction.py
src/dewloosh/math/linalg/__init__.py
src/dewloosh/math/linalg/_solve.py
src/dewloosh/math/linalg/_tensop.py
src/dewloosh/math/linalg/array.py
src/dewloosh/math/linalg/linalg.py
src/dewloosh/math/linalg/tensor.py
src/dewloosh/math/linalg/tensor3333.py
src/dewloosh/math/linalg/utils.py
src/dewloosh/math/linalg/vector.py
src/dewloosh/math/linalg/frame/__init__.py
src/dewloosh/math/linalg/frame/frame.py
src/dewloosh/math/linalg/frame/utils.py
src/dewloosh/math/linalg/frontal/__init__.py
src/dewloosh/math/linalg/frontal/frontal.py
src/dewloosh/math/linalg/frontal/frutils.py
src/dewloosh/math/linalg/frontal/path.py
src/dewloosh/math/linalg/frontal/postproc.py
src/dewloosh/math/linalg/frontal/proc.py
src/dewloosh/math/linalg/frontal/topo.py
src/dewloosh/math/linalg/sparse/__init__.py
src/dewloosh/math/linalg/sparse/csr.py
src/dewloosh/math/linalg/sparse/graph.py
src/dewloosh/math/linalg/sparse/jaggedarray.py
src/dewloosh/math/linalg/sparse/utils.py
src/dewloosh/math/optimize/__init__.py
src/dewloosh/math/optimize/ga.py
src/dewloosh/math/optimize/lp.py