LICENCE.txt
README.md
setup.py
py_num_math.egg-info/PKG-INFO
py_num_math.egg-info/SOURCES.txt
py_num_math.egg-info/dependency_links.txt
py_num_math.egg-info/requires.txt
py_num_math.egg-info/top_level.txt
pymath/__init__.py
pymath/src/dot_prod/dot_prod.py
pymath/src/fibonacci/fibonacci.py
pymath/src/finite_diff/finite_diff.py
pymath/src/matrices/rectangular_matrices.py
pymath/src/matrices/square_matrices.py
pymath/src/norms/norm_lp.py
pymath/src/num_seq/num_seq.py
pymath/src/vectors/vectors.py
pymath/tests/dot_prod/test_dot_prod.py
pymath/tests/fibonacci/test_fibonacci.py
pymath/tests/finite_diff/test_finite_diff.py
pymath/tests/matrices/test_rectangular_matrices.py
pymath/tests/matrices/test_square_matrices.py
pymath/tests/norms/test_norm_lp.py
pymath/tests/num_seq/test_num_seq.py
pymath/tests/vectors/test_vectors.py