numeric.scipy.org    Version 1.0b1 API Documentation generated by Endo 2006-08-14

Translates slice objects to concatenation along the first axis.

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

Inherits from

Method summary

Methods