How can I change the following code from Numeric to numarry?
Nov. 10, 2004
3:36 p.m.
Hello, Thanks in advance. Because I met some problem with Numeric. #!/usr/local/bin/python from Numeric import reshape, transpose, exp from LinearAlgebra import solve_linear_equations ............... Yours, tony
November 2004
3:47 p.m.
New subject: How can I change the following code from Numeric to numarry?
On Wed, 2004-11-10 at 18:24, Tony H. Liu wrote:
Hello,
Thanks in advance. Because I met some problem with Numeric.
#!/usr/local/bin/python from Numeric import reshape, transpose, exp
from numarray import reshape, transpose, exp
from LinearAlgebra import solve_linear_equations
from numarray.linear_algebra import solve_linear_equations Todd
7832
Age (days ago)
7832
Last active (days ago)
1 comments
2 participants
participants (2)
-
Todd Miller -
Tony H. Liu