|
From: Luigi B. <lui...@gm...> - 2008-05-30 14:34:59
|
On Thu, 2008-05-29 at 10:50 +0000, Simon Ibbotson - Straumur wrote: > For this improvement (copy-constructors for curves), I've developed some > code for this method. The current copy behaviour is to keep the linkage > to the original Interpolation::Impl object. We need to create a new > object derived from Interpolation::Impl and link the new object to a new > vector of data. Simon, it's probably easier than that. We can just use the interpolator (which the curves store) to recreate the interpolation based on the newly-copied data vectors. Luigi -- If you can't convince them, confuse them. -- Harry S. Truman |