Boost C++ Libraries: Ticket #4202: Typo in uBLAS documentation https://svn.boost.org/trac10/ticket/4202 <p> Section 2.2 of the documentation is entitled "2.2 computed assignements", and should be "2.2 computed assignments". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4202 Trac 1.4.3 jseakle@… Sat, 08 May 2010 09:53:18 GMT <link>https://svn.boost.org/trac10/ticket/4202#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4202#comment:1</guid> <description> <p> Looking at the documentation some more, it appears that it is in fact rife with grammatical errors. Here are a few more fixes: </p> <p> WRONG: Set the init to true is equivalent to call w.clear() before axpy_prod. </p> <p> RIGHT: Setting init to true is equivalent to calling w.clear() before axpy_prod. </p> <p> 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. </p> <p> 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. </p> <p> WRONG: However, the total speed depends very strong on the combination of blocksize, CPU and compiler. </p> <p> RIGHT: However, the actual speed depends very significantly on the combination of blocksize, CPU, and compiler. </p> </description> <category>Ticket</category> </item> <item> <author>jseakle@…</author> <pubDate>Sat, 08 May 2010 09:57:38 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4202#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4202#comment:2</guid> <description> <p> and what looks like an actual bug: </p> <p> C = block_prod&lt;matrix_type, 64&gt; (A, B); <em> w = A * B </em></p> <p> That w should be a C, right? </p> </description> <category>Ticket</category> </item> <item> <author>jseakle@…</author> <pubDate>Sat, 08 May 2010 10:00:42 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4202#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4202#comment:3</guid> <description> <p> Oh, my apologies - all of this is relevant to section 2 of the Overview of Matrix and Vector Operations, itself a part of section 2 of the Documentation as a whole. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gunter</dc:creator> <pubDate>Sun, 09 May 2010 20:05:11 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4202#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4202#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61880" title="see #4202: fixed some typos and grammar mistakes ">[61880]</a>) see <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4202" title="#4202: Bugs: Typo in uBLAS documentation (closed: fixed)">#4202</a>: fixed some typos and grammar mistakes </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gunter</dc:creator> <pubDate>Sun, 09 May 2010 20:07:50 GMT</pubDate> <title>status, version, milestone changed https://svn.boost.org/trac10/ticket/4202#comment:5 https://svn.boost.org/trac10/ticket/4202#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.42.0</span> → <span class="trac-field-new">Boost 1.43.0</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.43.0</span> → <span class="trac-field-new">Boost 1.44.0</span> </li> </ul> <p> Most of the documentation was written by non-native speakers. So feel free to send more typos and grammar improvements. </p> Ticket Gunter Sun, 16 Sep 2012 21:51:13 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4202#comment:6 https://svn.boost.org/trac10/ticket/4202#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> has been fixed in 1.44 </p> Ticket