We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61e667 commit 2dadfe8Copy full SHA for 2dadfe8
numpy/matlib.py
@@ -1,6 +1,8 @@
1
import numpy as np
2
from numpy.matrixlib.defmatrix import matrix, asmatrix
3
-# need * as we're copying the numpy namespace (FIXME: this makes little sense)
+# Matlib.py contains all functions in the numpy namespace with a few
4
+# replacements. See doc/source/reference/routines.matlib.rst for details.
5
+# Need * as we're copying the numpy namespace.
6
from numpy import * # noqa: F403
7
8
__version__ = np.__version__
0 commit comments