matt, if you're talking about an ODE, i'd seriously consider writing your own.
if this is for scientific work, nothing can beat having intimate knowledge about not only the algorithms that you use but the implementation. i've spent some time on some of the C ODE stuff (which you can find via google) and decided to roll my own. what kind of equation is it? is there some kind of special consideration about this ODE that makes it difficult to solve via a standard euler-type difference method? pete begin Matt Holland <[EMAIL PROTECTED]> > Anyone know of a good free library of ODE solvers in C? I seem to be > able to find plenty of stuff in Fortran, but not in C. > > Thanks, > Matt > > _______________________________________________ > vox-tech mailing list > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech -- GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
