Table of Contents
This package's purpose is to facilitate interactive learning of linear algebra. Thus, new functionality should allow learners to understand what each new function is doing underneath.
Additionally, each new function or class should be well documented using the following documentation styles.
Documentation of the package follows the NumPy/SciPy documentation.
Code style adheres to PEP 8 using linting tools, such as
pycodestyle.