At Wed, 16 Aug 2006 11:13:19 -0400, Sanjeeb Bose wrote: > I was curious if the ODE integrators in GSL were set up to handle > complex valued IVPs?
Hello, There is no complex API, but it should be possible to pass in the all the necessary components as an array of (real,imag) pairs through the existing real API. -- best regards, Brian Gough Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
