Removed completed/obsolete tasks, added RealMatrix refactoring task.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-01-14 07:36:35 +00:00
parent 98e2fabf90
commit 1cb445f506
1 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="xdoc.xsl"?>
<!-- $Revision: 1.15 $ $Date: 2003/11/15 18:38:16 $ -->
<!-- $Revision: 1.16 $ $Date: 2004/01/14 07:36:35 $ -->
<document>
<properties>
<title>Tasks: Done And To Do</title>
@ -34,11 +34,7 @@
<subsection name="Algorithm Development Tasks">
<p>These current tasks are planned and in need completion for the inital release.</p>
<dl>
<dt>Add confidence intervals to Univariate implementations.</dt>
<dd>Provide any comments on this task here.</dd>
<dt>Distributions.</dt>
<dd>Extend distribution framework to support discrete distributions and implement binomial and hypergeometric distributions.</dd>
<dt>Analysis.</dt>
<dt>Root Finding.</dt>
<dd>
<ul>
<li>Rework unit tests for root finding and spline interpolation.</li>
@ -64,6 +60,12 @@
</a></li>
</ul>
</dd>
<dt>RealMatrix.</dt>
<dd>
<ul>
<li>Refactor RealMatrix to minimally make solve() pluggable.</li>
</ul>
</dd>
</dl>
</subsection>
</section>