True that -- so would creating a new DenseVector and filling it. Is that vector going to be reused? OK I get it then.
On Mon, Jul 5, 2010 at 12:11 PM, Jake Mannix <jake.man...@gmail.com> wrote: > clone() allocates new memory, while this doesn't, right? >