Boost C++ Libraries: Ticket #9225: Document the max_iter parameter in math::tools::newton_raphson_iterate and others https://svn.boost.org/trac10/ticket/9225 <p> The max_iter parameter is passed as (non-const) <code>boost::uintmat_t &amp; max_iter</code>. This number is subtracted from in every iteration in the solver. By subtracting initial minus final values, the number of steps necessary for convergence can be determined. As this information is vital for profiling the code, this use of the parameter should be clearly documented. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9225 Trac 1.4.3 anonymous Thu, 10 Oct 2013 22:03:26 GMT <link>https://svn.boost.org/trac10/ticket/9225#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9225#comment:1</guid> <description> <p> Sorry for confusion, the <code>max_iter</code> is set to the actual number of iteration steps made. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Fri, 11 Oct 2013 15:50:40 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/9225#comment:2 https://svn.boost.org/trac10/ticket/9225#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">pbristow@…</span> added </li> </ul> <p> Nod. We need to make these root finding algorithms first-class-citizens of the library and document them properly. </p> Ticket John Maddock Mon, 23 Dec 2013 10:04:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9225#comment:3 https://svn.boost.org/trac10/ticket/9225#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in Git develop. </p> Ticket