Commit 22d4553a authored by Yury Selivanov's avatar Yury Selivanov

Merge 3.5

parents 05a4a9cb f97edf1a
......@@ -276,7 +276,7 @@ instead of::
S = dot((dot(H, beta) - r).T,
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment