This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multivariate Numerical Integration


Hi,

I'm following up on my earlier post.

Here is a simple 2-variable integration routine based what already
exists for 1-variable integration.

At this time the integration is performed by the means of iterated
integrals, which is not the most efficient algorithm.  The routine is
also limited triangle-domains.

The point is to test the types and discuss what should be improved in
the format before embarking in programming more complex algorithms.
It is also to see if there would be an interest in such routines in
gsl.

Best regards,
John.

Attachment: mygsl_2var_integration.tgz
Description: GNU Unix tar archive


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]