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

[RFC] N-variables polynomials #1

Open
Clonkk opened this issue Jul 7, 2021 · 1 comment
Open

[RFC] N-variables polynomials #1

Clonkk opened this issue Jul 7, 2021 · 1 comment

Comments

@Clonkk
Copy link
Member

Clonkk commented Jul 7, 2021

... And how should we handle them ?

Should it based on seq of tuples ? On Tensor ?

@HugoGranstrom
Copy link
Member

HugoGranstrom commented Jul 7, 2021

For N > 1 I think the only reasonable option is to go with Tensors. Otherwise we have to create separate overloads for each N if we go with tuples. Arraymancer basically does that up to 6 dimensions but we could have to handle many more dimensions here.

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

2 participants