[Matrix-SIG] Bug fix

Paul F. Dubois Paul F. Dubois" <dubois1@llnl.gov
Fri, 3 Apr 1998 15:24:46 -0800


Line 466 of abstract.c should be:

        if (PyFloat_Check(v) && PyFloat_Check(w) && PyFloat_AsDouble(v) <
0.0) {

This was the reason a numeric array to a real power was not working.