9
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made a nubmer of change to the ExpandableDoubleArray. More... almost 21 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... almost 21 years ago
Submitted by: Phil S. Reviewed by: Tim O. More... almost 21 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... almost 21 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... almost 21 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... almost 21 years ago
Added myself to STATUS and PROPOSAL More... almost 21 years ago
A maven project.xml was added for conv More... almost 21 years ago
Starting source code - basic matrix operations and univarient stats plus test code. Submitted by Phil Steitz. More... almost 21 years ago
added new commons math component More... almost 21 years ago
New repository initialized by cvs2svn. More... almost 21 years ago