Re: [math] new DenseRealMatrix

2008-12-19 Thread Ted Dunning
Interesting approach. I will be real interested in hearing your results with this compared to the traditional row or column major storage mode. On Fri, Dec 19, 2008 at 4:29 PM, Luc Maisonobe wrote: > ... The new DenseRealMatrix tries to be more > cache-friendly. The matrix is > split in square

[math] new DenseRealMatrix

2008-12-19 Thread Luc Maisonobe
l...@apache.org a écrit : > Author: luc > Date: Fri Dec 19 15:59:38 2008 > New Revision: 728185 > > URL: http://svn.apache.org/viewvc?rev=728185&view=rev > Log: > added a new DenseRealMatrix class intended to replace RealMatrixImpl > this class is more cache-friendly as it stores data from squares