Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
10
venv/Lib/site-packages/numpy/matrixlib/__init__.py
Normal file
10
venv/Lib/site-packages/numpy/matrixlib/__init__.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""Sub-package containing the matrix class and related functions.
|
||||
|
||||
"""
|
||||
from .defmatrix import *
|
||||
|
||||
__all__ = defmatrix.__all__
|
||||
|
||||
from numpy._pytesttester import PytestTester
|
||||
test = PytestTester(__name__)
|
||||
del PytestTester
|
Loading…
Add table
Add a link
Reference in a new issue