Open main menu

Changes

Numpy linalg

9 bytes added, 12:17, 19 June 2014
http://stackoverflow.com/questions/772124/what-does-the-python-ellipsis-object-do
"'''... '''" Is designed to mean at this point, insert as many full slices (:) to extend the multi-dimensional slice to all dimensions.
<source lang="Pythonpython">
print ""
a = np.arange(4).reshape(2,2)