numpy.matrix Matrix
(Redirected from numpy matrix)
Jump to navigation
Jump to search
A numpy.matrix Matrix is a matrix processing system that is a numpy data structure.
- Context:
- It can define a Numpy Matrix.
- See: numpy.array.
References
2016
- http://docs.scipy.org/doc/numpy/reference/generated/numpy.matrix.html
- QUOTE: Returns a matrix from an array-like object, or from a string of data. A matrix is a specialized 2-D array that retains its 2-D nature through operations. It has certain special operators, such as * (matrix multiplication) and ** (matrix power).