
2 Feb
2009
2 Feb
'09
8:02 p.m.
On Thu, 29 Jan 2009, Jay Graham wrote:
Is there interest in a library for building simulations of dynamical systems represented by time-based differential equations?
I'm not sure Boost is the right place for this sort of enterprise; Boost has a strong heritage for low-level C++ utilities, but not much in the way of mathematics. Have you used the Sundials project? https://computation.llnl.gov/casc/sundials/main.html There are many specialized needs for different classes of simulation, and I'm not sure they will go away with just a little OO/template magic. Later, Daniel