view yetilab/complex/type.yeti @ 293:f481ac8052c4

Add entrywise product
author Chris Cannam
date Fri, 31 May 2013 17:34:04 +0100
parents 197d23954a4e
children
line wrap: on
line source

module yetilab.complex.type;

typedef opaque cplx = ~yetilab.Cplx;

();