Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eliminate need for nout parameter in most cases? #86

Closed
stevengj opened this issue Jun 16, 2022 · 1 comment
Closed

eliminate need for nout parameter in most cases? #86

stevengj opened this issue Jun 16, 2022 · 1 comment
Assignees

Comments

@stevengj
Copy link

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.

@ChrisRackauckas
Copy link
Member

This was eliminated in the new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants