This is documentation for an old release of NumPy (version 1.6.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Return a copy of the array.
order : {‘C’, ‘F’, ‘A’}, optional
If order is ‘C’ (False) then the result is contiguous (default). If order is ‘Fortran’ (True) then the result has fortran order. If order is ‘Any’ (None) then the result has fortran order only if the array already is in fortran order.
numpy.ndarray.__ixor__
numpy.ndarray.__deepcopy__
Enter search terms or a module, class or function name.