Change history

V2.4

  1. Added new ODE integrator base class (ODEaugvector) for augmented parameters (including the ordinate in the vector).
  2. Modified ODEvector class to allow per-component scaling of convergence residuals when using adaptive stepsize.
  3. Added wrappers to ODE integrators returning report flags to avoid having to use them (making calling code more compact) and to be more consistent with Java version.

V2.3

    array.h: template array classes don't inherit from each other.>array.h: template array classes don't inherit from each other.
  1. Fixed bugs in List template class.