Author: luc
Date: Sat Dec 15 10:23:18 2012
New Revision: 1422214

URL: http://svn.apache.org/viewvc?rev=1422214&view=rev
Log:
Fixed a missing element in the solvers table (user-guide).

Modified:
    commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml

Modified: commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml?rev=1422214&r1=1422213&r2=1422214&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml Sat Dec 15 
10:23:18 2012
@@ -122,6 +122,7 @@
             </tr>
             <tr>
               <td><a 
href="../apidocs/org/apache/commons/math3/analysis/solvers/BracketingNthOrderBrentSolver.html">bracketing
 n<sup>th</sup> order Brent</a></td>
+              <td><a 
href="../apidocs/org/apache/commons/math3/analysis/UnivariateFunction.html">univariate
 real-valued functions</a></td>
               <td>variable order, guaranteed</td>
               <td>yes</td>
               <td>yes</td>


Reply via email to