ketch / rock-solid-code-demo

A demo of best practices for reliable scientific code.
BSD 2-Clause "Simplified" License
1 stars 4 forks source link

Implement pivoting #2

Open ketch opened 9 years ago

ketch commented 9 years ago

Gaussian elimination without pivoting is unstable for large matrices. We should implement an LU factorization with partial pivoting to improve stability.

alejagapatrick commented 5 years ago

😊😊😊