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

GSL integration #10

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

GSL integration #10

wants to merge 41 commits into from

Conversation

lucasgautheron
Copy link
Owner

@lucasgautheron lucasgautheron commented Jan 24, 2017

Use GSL adaptative functions to compute fermi-like integrals.

@lucasgautheron
Copy link
Owner Author

a gsl_workspace cannot be shared between threads. Two options:

  • Allocate and deallocate a workspace before each computation, but it might impact performances
  • Find some way to have N workspaces, 1 per thread.

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

Successfully merging this pull request may close these issues.

None yet

1 participant