|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.math.module.morphism.ShuffleMorphism
public abstract class ShuffleMorphism
This morphism reorders the components of an element of the domain.
Method Summary | |
---|---|
static ModuleMorphism |
make(FreeModule domain,
FreeModule codomain,
int[] shuffle)
Creates a morphisms that reorder an element from domain ,
according to the array shuffle . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ModuleMorphism make(FreeModule domain, FreeModule codomain, int[] shuffle)
domain
,
according to the array shuffle
.
This means, that the component at i
is mapped to shuffle[i]
.
Components not hit are set to zero.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |