Merge 3.5

This commit is contained in:
Yury Selivanov 2015-10-31 13:34:01 -04:00
commit 22d4553acb
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ instead of::
S = dot((dot(H, beta) - r).T, S = dot((dot(H, beta) - r).T,
dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r)) dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r))
An upcoming release of NumPy 1.10 will add support for the new operator:: NumPy 1.10 has support for the new operator::
>>> import numpy >>> import numpy