Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4202: Typo in uBLAS documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-08 09:53:18
#4202: Typo in uBLAS documentation
--------------------------------+-------------------------------------------
Reporter: jseakle@⦠| Owner: guwi17
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: uBLAS
Version: Boost 1.42.0 | Severity: Cosmetic
Keywords: typo documentation |
--------------------------------+-------------------------------------------
Comment(by jseakle@â¦):
Looking at the documentation some more, it appears that it is in fact rife
with grammatical errors. Here are a few more fixes:
WRONG:
Set the init to true is equivalent to call w.clear() before axpy_prod.
RIGHT:
Setting init to true is equivalent to calling w.clear() before axpy_prod.
The next sentence is pretty incomprehensible: Up to now there are some
specialisation for compressed matrices that give a large speed up compared
to prod.
Does this have anything to do with the init argument? What does 'Up to now
there are' mean? I can't fix this because I do not understand the intent.
WRONG:
However, the total speed depends very strong on the combination of
blocksize, CPU and compiler.
RIGHT:
However, the actual speed depends very significantly on the combination of
blocksize, CPU, and compiler.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4202#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC