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

Interface MA27 #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

amontoison
Copy link
Member

close #213

cc @frapac

@sshin23
Copy link

sshin23 commented Nov 13, 2024

I wonder if it would make more sense to implement something like ma27a, which multiple dispatches it to ma27as, ma27ad, ma27aq, etc

@amontoison
Copy link
Member Author

amontoison commented Nov 13, 2024

I already did this for GALAHAD:

The underlying idea is to use an additional first argument (the float type) for dispatch.
I could add an additional layer to do this dispatch, you're right.

@sshin23
Copy link

sshin23 commented Nov 13, 2024

I think it would be good to have that layer. Then, e.g., MadNLPHSL can just rely on ma27a and things will automatically work once QuadMath is imported

@amontoison
Copy link
Member Author

I think it would be good to have that layer. Then, e.g., MadNLPHSL can just rely on ma27a and things will automatically work once QuadMath is imported

Should I do a double layer with the integer type as well?
I opened the PR #216 with the new symbols.

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.

Interface MA27
2 participants