aboutsummaryrefslogtreecommitdiff
path: root/math/ieee/chap1/README
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /math/ieee/chap1/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
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".