psteitz     2004/01/13 23:36:35

  Modified:    math/xdocs tasks.xml
  Log:
  Removed completed/obsolete tasks, added RealMatrix refactoring task.
  
  Revision  Changes    Path
  1.16      +8 -6      jakarta-commons/math/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/tasks.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- tasks.xml 15 Nov 2003 18:38:16 -0000      1.15
  +++ tasks.xml 14 Jan 2004 07:36:35 -0000      1.16
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to