1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Mar 20, 2024 — Mar 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more substantial class javadoc to ExpandableDoubleArray More... about 22 years ago
Added javadoc to FixedDA and altered exceptions in DoubleArray More... about 22 years ago
Corrected upload directory. More... about 22 years ago
Updated source code to reflect Jakarta source code guidelines specifically tab characters. Changes were driven by Checkstyle report on http://jakarta.apache.org/commons/sandbox/math More... about 22 years ago
Added Mark Diggory as a contributor More... about 22 years ago
Created outline user guide This will be built using maven. Lots more content needed. More... about 22 years ago
Created outline documentation. This will be built using maven. Lots more content needed. More... about 22 years ago
Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later. More... about 22 years ago
Phil Steitz wrote: More... about 22 years ago
Altered the build script to use batch test instead of running a suite. The advantage of this is that when new tests are added to the project a TestSuite class does not need to updated. More... about 22 years ago
Added a FixedDoubleArray. FixedDoubleArray supports a rolling mechanism that reuses an array of fixed length. This classes was added to an efficient rolling mechanism. More... about 22 years ago
The Univariate interface now contains getWindow and setWindow in addition to a constant which signifies an "infinite" window. Windowing has been added to all three Univariate implementations: More... about 22 years ago
* DoubleArray is now an interface which is implemented by ExpandableDoubleArray. The interface provides a public interface which does not hint at any of the storage parameters of Expandable or Contractable. More... about 22 years ago
* ContractableDoubleArray extends ExpandableDoubleArray - I sense the need for a DoubleArray interface. More... about 22 years ago
Patches from Phil S. applied: More... about 22 years ago
Made a nubmer of change to the ExpandableDoubleArray. More... about 22 years ago
Another change to the stored Univariates. The calculations are now abstracted into an AbstractStoreUnivariate class which take responsibility for all statistical calculations. AbstractStoreUnivariate is implemented by two classes: More... about 22 years ago
Submitted by: Phil S. Reviewed by: Tim O. More... about 22 years ago
The following changes were made to the Univariate implementation. The public interface of Univariate was extracted in an interface of the same name. Univariate, an interface, is now implemented by UnivariateImpl which contains all code originally present in the original Univariate implementation. More... about 22 years ago
Added an expandable double array, this class simply contains a double[] and takes care of automatic expansion of an internal array when necessary. Class added with accompanying unit test More... about 22 years ago
1. Make RealMatrixImpl implement Serializable 2. Make all currently unimplemented methods throw UnsupportedOperationException 3. Add solve() method to RealMatrix interface, representing vector solution to AX = B, where B is the parameter and A is *this. More... about 22 years ago
Added myself to STATUS and PROPOSAL More... about 22 years ago
A maven project.xml was added for conv More... about 22 years ago
Starting source code - basic matrix operations and univarient stats plus test code. Submitted by Phil Steitz. More... about 22 years ago
added new commons math component More... about 22 years ago
New repository initialized by cvs2svn. More... about 22 years ago