Skip to content

Fix algorithm selection in gr_mat_qr; wrap QR and LQ in ctypes#2676

Merged
fredrik-johansson merged 1 commit into
flintlib:mainfrom
fredrik-johansson:qr3
May 15, 2026
Merged

Fix algorithm selection in gr_mat_qr; wrap QR and LQ in ctypes#2676
fredrik-johansson merged 1 commit into
flintlib:mainfrom
fredrik-johansson:qr3

Conversation

@fredrik-johansson
Copy link
Copy Markdown
Collaborator

gr_mat_qr was inadvertently calling gr_mat_lq_gso instead of gr_mat_lq, hence not using the fast recursive algorithm for large matrices.

Also add Python wrapper and doctests.

@fredrik-johansson fredrik-johansson merged commit 6af13f8 into flintlib:main May 15, 2026
12 checks passed
@fredrik-johansson fredrik-johansson deleted the qr3 branch May 15, 2026 11:16
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

Successfully merging this pull request may close these issues.

1 participant