Add initial version of chapter 11, part 4
This commit is contained in:
parent
8dc67c5bdd
commit
85b7fd274c
9 changed files with 2927 additions and 222 deletions
|
|
@ -28,3 +28,7 @@ from sample_package.vector import Vector
|
|||
__name__ = "linear_algebra_tools"
|
||||
__version__ = "0.1.0" # see https://semver.org/ for how the format works
|
||||
__author__ = "Alexander Hess"
|
||||
|
||||
# Define what is imported with the "star import"
|
||||
# (i.e., with `from sample_package import *`).
|
||||
__all__ = ["Matrix", "Vector"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue