Fixed broken link, dropped reference to deprecated package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fe6a83eb6
commit
5e8f77110c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue