Refactor RealMatrix and proper SparseRealMatrix
-----------------------------------------------
Key: MATH-766
URL: https://issues.apache.org/jira/browse/MATH-766
Project: Commons Math
Issue Type: Improvement
Affects Versions: 2.2
Reporter: sergio brignone
As is in Version 2.2, SparseRealMatrix is identical to RealMatrix. The latest
contains methods that are practically incopatible with sparse implementations
(e.g. getData retuns double[][] ... not usefull for sparse matrices).
Sugestion: Split RealMatrix into RealMatrix and FullRealMatrix that extends
RealMatrix and update SparseRealMatrix. Refactor AbstractRealMatrix as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira