public class FFTdata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger[] |
ImagArray |
java.math.BigInteger[] |
RealArray |
| Constructor and Description |
|---|
FFTdata(int power,
int max_digits) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getPower() |
int |
getPrecision() |