27; page:
> http://www.scipy.org/Converting_from_numarray
I am referring to the behaviour of numpy.numarray.transpose() being that
of numpy.transpose() instead of numarray.transpose. One expects that
numpy.numarray would function as numarray, for the purpose of backwards
compatabi
ates computer, and
examples on the web have the usage f.transpose() . Now,
In [7]: f = f.transpose()
In [8]: print f
[[1 3]
[2 4]]
as expected. I mention this because I think that it is worth knowing
having lost a LOT of time to it. Is it worth filing as a bug report?
Michael Walker
Plant Mode
Hello,
does anyone on this list have any idea what might cause SuperLU to not
solve on my computer when the associated code works perfectly well on
somebody else's? On my computer the code crashes with the error message
'SuperLU solve failed: info=9'
thanks
Michael Walker
Plant