From: <hi...@di...> - 2000-10-13 15:05:37
|
> This may or may not be related, but there are definitely problems with > arrays of complex numbers sometimes being unneccessarily promoted to > type "Object" - for example: Interesting. I have been fighting against a strangely version-dependent bug in which similar unwanted promotions to Object arrays occur when ufuncs are called, and now I wonder if there is any relation. I have tried a few times to track this down, but the code is so, well, complicated that I never get far enough before I run out of time. > And we also know that there are a lot of problems with arrays of > type "Object". So it's possible that somehow your Complex array is > getting promoted to "Object" and running against a problem there. LinearAlgebra certainly doesn't (and won't) work for Object arrays; it can handle only the data types supported by LAPACK. Konrad. -- ------------------------------------------------------------------------------- Konrad Hinsen | E-Mail: hi...@cn... Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.56.24 Rue Charles Sadron | Fax: +33-2.38.63.15.17 45071 Orleans Cedex 2 | Deutsch/Esperanto/English/ France | Nederlands/Francais ------------------------------------------------------------------------------- |