|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.multiarray.ConcreteIndexMap
ucar.multiarray.TransposeMap
public class TransposeMap
Use with MultiArrayProxy to transpose two dimensions.
IndexMap
,
MultiArrayProxy
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ucar.multiarray.ConcreteIndexMap |
---|
ConcreteIndexMap.ZZMap |
Field Summary |
---|
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 swappublic 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 swapMethod Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |