We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in the parsing options we specify row and column major. We may however wish to have different rules between nd-arrays and 1d arrays.
Similar to the collapsing rules, let's have a 1d array rule which would be unique to data type (numnbers, strings, logicals) with the following rules:
The text was updated successfully, but these errors were encountered:
Just to clarify, the biggest issue with the current code is that column-major means that 1-d arrays default to columns instead of rows.
Sorry, something went wrong.
No branches or pull requests
Currently in the parsing options we specify row and column major. We may however wish to have different rules between nd-arrays and 1d arrays.
Similar to the collapsing rules, let's have a 1d array rule which would be unique to data type (numnbers, strings, logicals) with the following rules:
The text was updated successfully, but these errors were encountered: