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

Fix Issue #9: Add partial pivoting to LU Factorization #28

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

Rushikeshiitb
Copy link
Contributor

Fix: Added partial pivoting to LU Factorization (#9)

  • Implemented partial pivoting to improve numerical stability.
  • Addressed OpenMP compilation issue by adding the -fopenmp flag.

Compilation Command:
g++ LU_factorisation.cpp -fopenmp -o LU_factorisation

This ensures proper linking of OpenMP library functions such as omp_set_lock and omp_unset_lock.

@LoPA607 LoPA607 merged commit e24d5bc into wncc:main Dec 2, 2024
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.

2 participants