fixed typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@795572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-07-19 16:48:36 +00:00
parent 3e2417648d
commit 9b9a7cab36
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ changes to existing features. Most notable among the new features are:
- support for any field-based matrix (Complex, Fraction ...),
- support for genetic algorithms
- several new optimization algorithms (Dantzig's simplex for linear
contrained problems, conjugate gradient, Brent)
constrained problems, conjugate gradient, Brent)
- support for curve fitting with special cases for harmonic and polynomial
functions
- support for state derivative in ODE step handlers