radusqrt / numerical-methods

Numerical methods. Repository with the purpose of helping the ones in need on their path to achieving the computer science numerical wisdom.
MIT License
32 stars 33 forks source link

GEScaledPartialPivoting pivot problem #120

Open whitewolf31 opened 3 years ago

whitewolf31 commented 3 years ago

In GEScaledPartialPivoting.m, for every p, for finding the pivot, you should check only lines bigger or equal to p. You are checking every line, including previous, already completed lines.