|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ucar.multiarray.ConcreteIndexMap
|
+--ucar.multiarray.TransposeMap
Use with MultiArrayProxy to transpose two dimensions.
IndexMap,
MultiArrayProxy| Inner classes inherited from class ucar.multiarray.ConcreteIndexMap |
ConcreteIndexMap.ZZMap |
| Fields inherited from class ucar.multiarray.ConcreteIndexMap |
iMap_, lengthsMap_ |
| Constructor Summary | |
TransposeMap(ConcreteIndexMap prev,
int aa,
int bb)
Create an IndexMap which swaps two dimensions. |
|
TransposeMap(int aa,
int bb)
Create an IndexMap which swaps two dimensions. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class ucar.multiarray.ConcreteIndexMap |
getLengths, getOutputLength, getRank, getTransformed, init, init, link, link, setInput, setLengths, toString, transform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TransposeMap(int aa,
int bb)
aa - specifies one of the dimensions to swapbb - specifies the other dimension to swap
public TransposeMap(ConcreteIndexMap prev,
int aa,
int bb)
prev - IndexMap to be composed with this.aa - specifies one of the dimensions to swapbb - specifies the other dimension to swap| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||