Howdy:
Shoudln't line 296 in MLab.py of Numeric 21.0, which currently reads:
val = squeeze(dot(transpose(m)*conjugate(y)) / fact)
read:
val = squeeze(dot(transpose(m),conjugate(y)) / fact)
Thanks,
D.Kelson
Carnegie Observatories
http://www.ociw.edu/~kelson
|