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

Support variable-sized multidimensional arrays #21

Open
lhchavez opened this issue Jun 9, 2015 · 0 comments
Open

Support variable-sized multidimensional arrays #21

lhchavez opened this issue Jun 9, 2015 · 0 comments

Comments

@lhchavez
Copy link
Member

lhchavez commented Jun 9, 2015

Matrices and other multidimensional arrays are currently only supported if all dimensions except the first are fixed. The problem with supporting multidimensional arrays is that in C/C++, the parameter type would need to be T** instead of T[][x] and pointers-to-pointers would be needed, instead of the current flat model.

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

1 participant