/[Apache-SVN]
ViewVC logotype

Revision 728185


Jump to revision: Previous Next
Author: luc
Date: Fri Dec 19 23:59:38 2008 UTC (15 years, 11 months ago)
Changed paths: 4
Log Message:
added a new DenseRealMatrix class intended to replace RealMatrixImpl
this class is more cache-friendly as it stores data from squares blocks
in flattened arrays. This allows algorithms that need cross-direction
navigation like multiplication or transpose) to be more efficient on
modern processors.


Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/DenseRealMatrix.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseRealMatrixTest.java added
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/MatrixUtilsTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26