From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/ieee/chap1/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/ieee/chap1/README (limited to 'math/ieee/chap1/README') 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". -- cgit