lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

Documentation issue: Typo in thrust::negate detailed description #351

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://thrust.googlecode.com/svn/tags/1.2.0/doc/html/structthrust_1_1negate.html

Detailed description reads:

"negate is a function object. Specifically, it is an Adaptable Unary Function. 
If f is an object of class negate<T>, and x is an object of class T, then 
f(x,y) returns -x."

Should read "...then f(x) returns -x."

Original issue reported on code.google.com by gary.j.k...@gmail.com on 23 Jul 2011 at 6:52

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 23 Jul 2011 at 6:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision deceb0cc0415.

Original comment by jaredhoberock on 31 Aug 2011 at 6:01