Author: psteitz
Date: Sat Aug  1 20:57:47 2009
New Revision: 799924

URL: http://svn.apache.org/viewvc?rev=799924&view=rev
Log:
Added missing reference to genetics package.

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

Modified: commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml?rev=799924&r1=799923&r2=799924&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml Sat Aug  1 
20:57:47 2009
@@ -71,7 +71,7 @@
 
 <subsection name="0.3 How commons-math is organized" href="organization">
     <p>
-    Commons Math is divided into fourteen subpackages, based on functionality 
provided.
+    Commons Math is divided into fifteen subpackages, based on functionality 
provided.
     <ol>
       <li><a href="stat.html">org.apache.commons.math.stat</a> - statistics, 
statistical tests</li>
       <li><a href="analysis.html">org.apache.commons.math.analysis</a> - 
rootfinding, integration, interpolation, polynomials</li>
@@ -87,6 +87,7 @@
       <li><a href="estimation.html">org.apache.commons.math.estimation</a> - 
parametric estimation problems</li>
       <li><a href="optimization.html">org.apache.commons.math.optimization</a> 
- functions minimization</li>
       <li><a href="ode.html">org.apache.commons.math.ode</a> - Ordinary 
Differential Equations integration</li>
+      <li><a href="genetics.html">org.apache.commons.math.genetics</a> - 
Genetic Algorithms</li>
     </ol>
     Package javadocs are <a href="../apidocs/index.html">here</a>
     </p>


Reply via email to