You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As writes in the README, when the integrand is multi-dimensional, it should be passessed as f(x, v), and it should be noted that v is assigned in f. I am thinking it is better to name the integrand with an additional ! suffix to remind the fact that f changes its arguments. And the notation in integrals of vector valued integrands of the README would be more straitforward to julia users.
The text was updated successfully, but these errors were encountered:
As writes in the README, when the integrand is multi-dimensional, it should be passessed as
f(x, v)
, and it should be noted thatv
is assigned inf
. I am thinking it is better to name the integrand with an additional!
suffix to remind the fact thatf
changes its arguments. And the notation in integrals of vector valued integrands of the README would be more straitforward to julia users.The text was updated successfully, but these errors were encountered: