|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jfftw.Wisdom
Wisdom represents all information FFTW has gathered during the creation of plans. It is useful to save this information for later use on the same machine. The following methods provide this functionality.
For a more detailed discussion see the FFTW documentation. The FFTW library is work of MIT. The jfftw package is work of Daniel Darabos (cyhawk@sch.bme.hu). Both have GPL licenses.
Method Summary | |
static void |
add(java.lang.String wisdom)
Loads wisdom information from a string. |
static void |
clear()
Discards existing wisdom information. |
static java.lang.String |
get()
Returns wisdom information as a string. |
static void |
load(java.io.File file)
Loads wisdom information from a file. |
static void |
save(java.io.File file)
Saves wisdom information to a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void save(java.io.File file) throws java.io.IOException
java.io.IOException
public static java.lang.String get()
public static void load(java.io.File file) throws java.io.IOException
java.io.IOException
public static void add(java.lang.String wisdom) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if wisdom
is not of the expected format.public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |