class documentation

class AxisConcatenator:

Known subclasses: numpy.lib.index_tricks.CClass, numpy.lib.index_tricks.RClass, numpy.ma.extras.MAxisConcatenator

View In Hierarchy

Translates slice objects to concatenation along an axis.

For detailed documentation on usage, see r_.

Method __getitem__ Undocumented
Method __init__ Undocumented
Method __len__ Undocumented
Class Variable concatenate Undocumented
Class Variable makemat Undocumented
Instance Variable axis Undocumented
Instance Variable matrix Undocumented
Instance Variable ndmin Undocumented
Instance Variable trans1d Undocumented
def __getitem__(self, key):

Undocumented

def __init__(self, axis=0, matrix=False, ndmin=1, trans1d=-1):
def __len__(self):

Undocumented

concatenate =

Undocumented

makemat =

Undocumented

axis =

Undocumented

matrix =

Undocumented

ndmin =

Undocumented

trans1d =

Undocumented