|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.fourierTransforms.interleaved.Factorize
public class Factorize
Supplies static methods for factoring integers needed by various FFT classes.
Constructor Summary | |
---|---|
Factorize()
|
Method Summary | |
---|---|
static int[] |
factor(int n,
int[] fromfactors)
Return the prime factors of n. |
static int |
log2(int n)
Return the integer log, base 2, of n, or -1 if n is not an integral power of 2. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Factorize()
Method Detail |
---|
public static int[] factor(int n, int[] fromfactors)
public static int log2(int n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |