Version 3 of Tclode

Updated 2010-03-08 08:55:09 by arjen

Tclode is a compiled extension by Kevin Kenny that makes it possible to use the ODEPACK library to solve systems of ordinary differential equations from within Tcl.

Its home is at: [L1 ]

Note: The nice thing about ODEPACK and therefore Tclode is that it automatically choses the best method for solving the system at hand. It uses a whole scala of methods to achieve this goal without the user having to worry about it.

AK: Binaries for various platforms are available through ActiveState's TEApot . Just a

 % teacup install Tclode

away.


arjen - 2010-03-08 03:55:09

I have thinking about wrapping all manner of numerical libraries - there is a lot out there and we are (in my humble opinion) under-utilising the possibilities wrapper packages such as Critcl or my own Wrapfort offer. One thing that is lacking me (besides time, but that is a matter of priorities ;)) is a good place to store the code and perhaps pre-built extensions ... Well, I just had to mention it somewhere.