Hi all,

There were some failures in the polynomial tests earlier today, and
while investigating I saw that numpy.ma implements its own root
finder.  It uses inversion of a Van der Monde matrix, which I believe
may suffer from some numerical instability problems.  Given that
Charles has gone to some length to implement good polynomial root
finders, I think it would be best to employ those instead, and simply
pre-filter the data that comes from the masked array module, if
possible.

Regards
Stéfan
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to