intro-to-python/11_classes/sample_package
Alexander Hess 6bcfff481c
Add sample_package with linear algebra tools
- add sample_package:
  + __init__.py => high-level description and imports
  + matrix.py => define a Matrix class
  + vector.py => define a Vector class
  + utils.py => package-wide utilities
- streamline the code snippets in the chapter 11 notebooks
  to align with the sample_package
2020-10-27 16:41:22 +01:00
..
__init__.py Add sample_package with linear algebra tools 2020-10-27 16:41:22 +01:00
matrix.py Add sample_package with linear algebra tools 2020-10-27 16:41:22 +01:00
utils.py Add sample_package with linear algebra tools 2020-10-27 16:41:22 +01:00
vector.py Add sample_package with linear algebra tools 2020-10-27 16:41:22 +01:00