Converted hooke.util.fft to Hooke coding style.
authorW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 22:38:33 +0000 (18:38 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 22:38:33 +0000 (18:38 -0400)
commita89b65361ca514131982c311f93e269a4acafa46
treedc823e813a3fc9f8dfddc1630bbc75b822e9bc7b
parent268a9d7990d789aa29326f20497c14db1d079bac
Converted hooke.util.fft to Hooke coding style.

* Add numpydoc docstrings (to most functions)
* Converted hackish test suites to hackish `unittest.TestCase`s.
  Still ugly, but now `nosetests` finds them.
  They should really use .assertAlmostEqual and company...
* Added neccessary function definitions to doc/conf.py for the
  'math' sections of fft's docstrings.
doc/conf.py
hooke/util/fft.py