annotate yetilab/complex/type.yeti @ 291:c40821ff70f8

Hurrah! Overlap-add now produces valid output streams (finally) and passes the tests
author Chris Cannam
date Fri, 31 May 2013 15:14:09 +0100
parents 197d23954a4e
children
rev   line source
Chris@213 1
Chris@273 2 module yetilab.complex.type;
Chris@213 3
Chris@273 4 typedef opaque cplx = ~yetilab.Cplx;
Chris@213 5
Chris@213 6 ();
Chris@213 7