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

Refactor fq_*_mat solving code using generics #2181

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

fredrik-johansson
Copy link
Collaborator

  • fq_*_mat_lu, fq_*_mat_solve, fq_*_mat_can_solve, fq_*_mat_solve_tril, fq_*_mat_solve_triu become simple wrappers for gr_mat methods

  • Remove obsolete implementations (superseded by gr_mat algorithms) fq_*_mat_lu_classical, fq_*_mat_lu_recursive, fq_*_mat_solve_tril_classical, fq_*_mat_solve_tril_recursive, fq_*_mat_solve_triu_classical, fq_*_mat_solve_triu_recursive

@fredrik-johansson fredrik-johansson merged commit 2f8e35d into flintlib:main Jan 24, 2025
10 of 12 checks passed
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