view yetilab/complex/type.yeti @ 290:21ec05237c1a

Revise overlap-add
author Chris Cannam
date Fri, 31 May 2013 10:58:00 +0100
parents 197d23954a4e
children
line wrap: on
line source

module yetilab.complex.type;

typedef opaque cplx = ~yetilab.Cplx;

();