openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Hipparchus
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
3 months
ago. based on code collected
3 months
ago.
Mar 20, 2024 — Mar 20, 2025
Showing page 266 of 266
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added more substantial class javadoc to ExpandableDoubleArray
Tim O'Brien
More...
about 22 years ago
Added javadoc to FixedDA and altered exceptions in DoubleArray
Tim O'Brien
More...
about 22 years ago
Corrected upload directory.
Robert Burrell Donkin
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
Tim O'Brien
More...
about 22 years ago
Added Mark Diggory as a contributor
Tim O'Brien
More...
about 22 years ago
Created outline user guide This will be built using maven. Lots more content needed.
Robert Burrell Donkin
More...
about 22 years ago
Created outline documentation. This will be built using maven. Lots more content needed.
Robert Burrell Donkin
More...
about 22 years ago
Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later.
Robert Burrell Donkin
More...
about 22 years ago
Phil Steitz wrote:
Tim O'Brien
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.
Tim O'Brien
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.
Tim O'Brien
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:
Tim O'Brien
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.
Tim O'Brien
More...
about 22 years ago
* ContractableDoubleArray extends ExpandableDoubleArray - I sense the need for a DoubleArray interface.
Tim O'Brien
More...
about 22 years ago
Patches from Phil S. applied:
Tim O'Brien
More...
about 22 years ago
Made a nubmer of change to the ExpandableDoubleArray.
Tim O'Brien
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:
Tim O'Brien
More...
about 22 years ago
Submitted by: Phil S. Reviewed by: Tim O.
Tim O'Brien
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.
Tim O'Brien
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
Tim O'Brien
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.
Tim O'Brien
More...
about 22 years ago
Added myself to STATUS and PROPOSAL
Tim O'Brien
More...
about 22 years ago
A maven project.xml was added for conv
Tim O'Brien
More...
about 22 years ago
Starting source code - basic matrix operations and univarient stats plus test code. Submitted by Phil Steitz.
Robert Burrell Donkin
More...
about 22 years ago
added new commons math component
Robert Burrell Donkin
More...
about 22 years ago
New repository initialized by cvs2svn.
No Author
More...
about 22 years ago
←
1
2
…
258
259
260
261
262
263
264
265
266
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree