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
nout: The output size of the function f. Defaults to 1, i.e., a scalar integral output.
It seems like this nout parameter should not be needed for all algorithms.
In QuadGK and HCubature, you can integrate functions whose output is in any normed vector space, and the type is deteremined the first time the integrand is evaluated.
I get why you might need nout for some of the external C libraries, but it seems like you should be able to tell the user that it is not needed for certain algorithms.
The text was updated successfully, but these errors were encountered:
It seems like this
nout
parameter should not be needed for all algorithms.In QuadGK and HCubature, you can integrate functions whose output is in any normed vector space, and the type is deteremined the first time the integrand is evaluated.
I get why you might need
nout
for some of the external C libraries, but it seems like you should be able to tell the user that it is not needed for certain algorithms.The text was updated successfully, but these errors were encountered: