cf.PartitionMatrix.set_location_map

PartitionMatrix.set_location_map(adimensions)[source]

Recalculate the location attribute of each partition of the partition matrix in place.

Parameters :adimensions : list

Examples

>>> pm.set_location_map(['dim1', 'dim0'])
>>> pm.set_location_map([])

Previous topic

cf.PartitionMatrix.rollaxis

Next topic

cf.PartitionMatrix.squeeze

This Page