DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28819>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28819

Submission of BigMatrix, a RealMatrix clone to support BigDecimal values

           Summary: Submission of BigMatrix, a RealMatrix clone to support
                    BigDecimal values
           Product: Commons
           Version: 1.0 Alpha
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Math
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This is a submission of BigMatrix, BigMatrixImpl, and BigMatrixImplTest
The enclosed .tar.gz file has the top level directory of jakarta-commons.

BigMatrix is a BigDecimal oriented matrix to allow for greater
precision matrix calculations than those provided by the java
double primitive type.  Since RealMatrix assumes everything is
made of double values, that interface does not fit for us, thus
the new interface.  In theory, i could have extended RealMatrix, but
the matrix operations would still have to return RealMatrix objects,
which was not desirable.

The existing RealMatrixImplTest class was duplicated, and slightly
refactored to support the BigMatrix interface, and all test cases
pass at this time.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to