Apache Commons Math
Go to file
Tim O'Brien 0700b0f482 * 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.

* DoubleArrayTest now operates on the DoubleArray interface, casting
to Expandable when we need to call the package scopes getInternalLength
method.

* While we should not provide access to the internal storage array, it
should be possible to obtain a double[] of elements stored in this
DoubleArray - double[] getElements() was added to the DoubleArray interface,
it will return the element array.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140834 13f79535-47bb-0310-9956-ffa450edef68
2003-05-16 04:23:06 +00:00
src * DoubleArray is now an interface which is implemented by 2003-05-16 04:23:06 +00:00
.cvsignore added new commons math component 2003-05-12 15:07:54 +00:00
PROPOSAL.html Added myself to STATUS and PROPOSAL 2003-05-12 20:32:26 +00:00
RELEASE-NOTES.txt added new commons math component 2003-05-12 15:07:54 +00:00
STATUS.html Submitted by: Phil S. 2003-05-15 05:47:51 +00:00
build.properties.sample added new commons math component 2003-05-12 15:07:54 +00:00
build.xml Starting source code - basic matrix operations and univarient stats plus test code. Submitted by Phil Steitz. 2003-05-12 19:04:38 +00:00
project.xml Made a nubmer of change to the ExpandableDoubleArray. 2003-05-15 15:38:48 +00:00