-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
mat_sparse_t should be extended to manage 64 bits index #102
Comments
Confirmed, the design of the Furthermore, there is no need to store Unfortunately, both changes are not backward-compatibel and so far I am not sure if it is a good idea to break compatibility. There are tools out there (e.g., C# wrappers) that depend on a certain memory layout of both structures. |
With an compilation flags, it should be possible to choose indexing mode. |
Which leaves the question, what to make the default case. |
It could be something as:
|
nzmax, ir, jc should be uint64 and not int32
v7.3 matfile uses uint64 and not int32 index
The text was updated successfully, but these errors were encountered: