Mark R. Diggory
|
d575708028
|
Removing default generated @author Administrator tags from Eclipse
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141080 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-29 16:54:05 +00:00 |
Mark R. Diggory
|
1d33fda639
|
Actually, we should really be switching to Apache license 2.0.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141079 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-29 16:52:41 +00:00 |
Mark R. Diggory
|
a14a47460d
|
Happy New Year, updating all license years to 2004
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141074 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-29 00:49:03 +00:00 |
Mark R. Diggory
|
82397d8788
|
New additions of CholeskySolver contributed by Stefan Koeberle
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141044 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-23 19:53:40 +00:00 |
Brent Worden
|
c9250274d1
|
Here's my idea for approximating derivatives. It follows the decorator layout of commons-collections. The main interface point is the UnivariateRealFunctionUtils type which is responisble for creating decorated UnivariateRealFunction objects. To demostrate the how the decorators could be used, I added the UnivariateRealFunctionUtilsTest class which computes a local maximum of a function using derivative decorators and the default solver.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141043 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-22 05:59:31 +00:00 |
Mark R. Diggory
|
9945765976
|
extends MathException....
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141042 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-20 04:26:38 +00:00 |
Mark R. Diggory
|
062f8b6ca0
|
I've thought about this and I like the idea of getting some of this code available in the cvs for experimentation, I'm going ahead and adding it for others to look at and consider.
This directory will not get compiled into the regular build process or future distributions. We can work on an ant script to provide easy build of this if others think it neccessary.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk/src/experimental@141041 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-20 04:22:17 +00:00 |