[SciPy-dev] A = mat(asarray(A)) versus A = asarray(A)

Nils Wagner nwagner at mecha.uni-stuttgart.de
Sun Oct 30 02:40:12 EST 2005


Hi all,

I have used asarray(A) instead of mat(asarray(A)) in
matfuncs.py. Now the tests concerning logm passed.
For what reason ?

#   A = mat(asarray(A))
     A = asarray(A)

  
Nils




More information about the SciPy-Dev mailing list