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 new matrix layout in FLINT 3.3 #1995

Open
fredrik-johansson opened this issue Jan 21, 2025 · 0 comments
Open

Support new matrix layout in FLINT 3.3 #1995

fredrik-johansson opened this issue Jan 21, 2025 · 0 comments

Comments

@fredrik-johansson
Copy link
Contributor

fredrik-johansson commented Jan 21, 2025

FLINT 3.3 will change the internal representation of matrices to have an slong stride field instead of a pointer to an array of row pointers (flintlib/flint#2162).

This should not change the struct layout, but it does mean that some helpers in Nemo that access the internals need to be updated, e.g.:

mat_entry_ptr(A::ZZMatrix, i::Int, j::Int) = unsafe_load(A.rows, i) + (j-1)*sizeof(ZZRingElem)

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