JuliaMath / Cubature.jl

One- and multi-dimensional adaptive integration routines for the Julia language
Other
126 stars 21 forks source link

upper and lower limit? #5

Closed sudoyang closed 10 years ago

sudoyang commented 10 years ago

xmin, xmax are just constants here. Is it possible for them to be function? Thanks!

stevengj commented 10 years ago

No. If you have a non-box integration region, you need to find a coordinate transformation to transform your integration region into a box (or a set of boxes).