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

True matrices #791

Open
pieter-bos opened this issue Sep 29, 2022 · 0 comments
Open

True matrices #791

pieter-bos opened this issue Sep 29, 2022 · 0 comments
Labels
A-Enh Enhancement F-C Frontend: C

Comments

@pieter-bos
Copy link
Member

We need real multi-dimensional array support, since C requires it, and it would be nice to have in PVL. Let's also deal with the linearized matrix indexing problem at the same time (i.e. ar[i*N+j] where ar.length == N*M, i < M, j < N)

@pieter-bos pieter-bos added A-Enh Enhancement F-C Frontend: C labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Enh Enhancement F-C Frontend: C
Projects
None yet
Development

No branches or pull requests

1 participant