|
From: DU V. DE V. F. G. P. <fra...@ca...> - 2007-04-23 13:22:12
|
>> Integration refactoring in progress: >> the old GaussKronrod class has been renamed in = GaussKronrodNonAdaptive >and adapted to the new framework, client code = and tests updated accordingly >Francois, > may you describe the new framework? What do we gain with respect to = >the >previous implementation? Well, maybe new framework was a bit exagerated, however here are the = improvements you should gain: ->all the cumbersome implementation code will be moved in cpp file ->all Integrators will derive from the same base class and share some = common code. This standardization might help users to use and compare different = integrations algorithms in a more convenient way. I intend to ask people = to review this new framework when it will be finished. If you want to = start now please feel free... :-) Fran=E7ois |