Re: [math] cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-12 Thread Mark R. Diggory
Phil, I think we wanted to maintain the existence of setEntry/getDataRef API of the RealMatrixImpl without having it in the RealMatrix Interface. At least until we come up with a strategy for mutability that made more sense then these methods. This last change removed it from both. Michael, We

[math] RealMatrix Immutability wase: Re: [math] cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-12 Thread Phil Steitz
Mark R. Diggory wrote: Phil, I think we wanted to maintain the existence of setEntry/getDataRef API of the RealMatrixImpl without having it in the RealMatrix Interface. At least until we come up with a strategy for mutability that made more sense then these methods. This last change removed it

Re: [math] RealMatrix Immutability wase: Re: [math] cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-12 Thread Mark R. Diggory
Phil Steitz wrote: Mark R. Diggory wrote: Phil, I think we wanted to maintain the existence of setEntry/getDataRef API of the RealMatrixImpl without having it in the RealMatrix Interface. At least until we come up with a strategy for mutability that made more sense then these methods. This

Re: [math] RealMatrix Immutability wase: Re: [math] cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-10-12 Thread Phil Steitz
Mark R. Diggory wrote: Phil Steitz wrote: Mark R. Diggory wrote: Phil, I think we wanted to maintain the existence of setEntry/getDataRef API of the RealMatrixImpl without having it in the RealMatrix Interface. At least until we come up with a strategy for mutability that made more sense then