numpy.lib.stride_tricks
index
/usr/lib/python2.6/dist-packages/numpy/lib/stride_tricks.py

Utilities that manipulate strides to achieve desirable effects.

 
Modules
       
numpy

 
Classes
       
object
DummyArray

 
class DummyArray(object)
    Dummy object that just exists to hang __array_interface__ dictionaries
and possibly keep alive a reference to a base array.
 
  Methods defined here:
__init__(self, interface, base=None)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
as_strided(x, shape=None, strides=None)
Make an ndarray from the given array with the given shape and strides.

 
Data
        __all__ = ['broadcast_arrays']
__file__ = '/usr/lib/python2.6/dist-packages/numpy/lib/stride_tricks.pyc'
__name__ = 'numpy.lib.stride_tricks'
__package__ = 'numpy.lib'