Open main menu

Changes

Numpy linalg

3 bytes removed, 12:16, 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)