annotate yetilab/vector/type.yeti @ 288:16a9ee99efcf

Window overlap scale factor
author Chris Cannam
date Thu, 30 May 2013 20:27:54 +0100
parents 197d23954a4e
children
rev   line source
Chris@195 1
Chris@273 2 module yetilab.vector.type;
Chris@195 3
Chris@211 4 typedef opaque vector = ~double[];
Chris@195 5
Chris@195 6 ();
Chris@195 7