aboutsummaryrefslogtreecommitdiff
path: root/math/ieee/chap1/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/ieee/chap1/README
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/ieee/chap1/README')
-rw-r--r--math/ieee/chap1/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/ieee/chap1/README b/math/ieee/chap1/README
new file mode 100644
index 00000000..bf86b45f
--- /dev/null
+++ b/math/ieee/chap1/README
@@ -0,0 +1,14 @@
+ This directory contains the IEEE routines from Chapter 1 -
+Discrete Fourier Transform Programs. Some of the routines are
+provided here as separete files (fourea.f, wfta.f, ...) but are
+purposely not put into the library, as these routines are not for
+general use (fourea.f is an inefficient, demonstration version;
+wfta.f is the Winograd DFT which is slower than the regular DFT
+and uses far too much memory ona 16-bit machine to be of
+practical use; ...).
+ The directory "test" contains the test routines from the chapter.
+The directory "time" contains some routines to time various of the
+routines.
+ The file "compall" compiles the appropiate routines and then
+"mklib" will make the library, which one will probably want to
+move to "/usr/lib/libieee.a".