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

Phil

Obtained from: Phil S.
Submitted by: Phil S.
Reviewed by: Tim O.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140826 13f79535-47bb-0310-9956-ffa450edef68
2003-05-13 19:08:14 +00:00
src 1. Make RealMatrixImpl implement Serializable 2003-05-13 19:08:14 +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 Added myself to STATUS and PROPOSAL 2003-05-12 20:32:26 +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 A maven project.xml was added for conv 2003-05-12 19:28:54 +00:00