sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 177 forks source link

Bug in numeric.eig() #16

Open sloisel opened 11 years ago

sloisel commented 11 years ago

numeric.eig() on the identity returns funny results. This is because the handling of multiple eigenvalues is sort of weird right now. This is a bug and it should be fixed.

jgbos commented 11 years ago

Any idea when this will be fixed? This puts a stop in some of my development and have to use something else.