wncc / Hello-Foss-PyThread.cpp

1 stars 10 forks source link

LU_factorisation #9

Open LoPA607 opened 2 days ago

LoPA607 commented 2 days ago

https://github.com/wncc/Hello-Foss-PyThread.cpp/blob/main/src/LU_factorisation.cpp The given code snippet does not include partial pivoting . This would create issue when large matrix is multiplied . Update the code such that there will this feature is used.