numeric.scipy.org    Version 1.0b1 API Documentation generated by Endo 2006-08-14
Translates slice objects to concatenation along the second axis.

For example:
>>> c_[array([[1],[2],[3]]), array([[4],[5],[6]])]
array([[1, 4],
       [2, 5],
       [3, 6]])

Inherits from

Method summary

Inherited from base classes

Methods