Author: psteitz
Date: Sat Aug 15 17:19:04 2009
New Revision: 804489
URL: http://svn.apache.org/viewvc?rev=804489&view=rev
Log:
Fixed broken link, dropped reference to deprecated 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=804489&r1=804488&r2=804489&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 15
17:19:04 2009
@@ -71,7 +71,7 @@
<subsection name="0.3 How commons-math is organized" href="organization">
<p>
- Commons Math is divided into fifteen subpackages, based on functionality
provided.
+ Commons Math is divided into fourteen 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>
@@ -84,8 +84,7 @@
<li><a href="fraction.html">org.apache.commons.math.fraction</a> -
rational numbers</li>
<li><a href="transform.html">org.apache.commons.math.transform</a> -
transform methods (Fast Fourier)</li>
<li><a href="geometry.html">org.apache.commons.math.geometry</a> - 3D
geometry (vectors and rotations)</li>
- <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="optimization.html">org.apache.commons.math.optimization</a>
- function maximization or 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>