/[Apache-SVN]
ViewVC logotype

Revision 729673


Jump to revision: Previous Next
Author: luc
Date: Sat Dec 27 20:55:12 2008 UTC (15 years, 10 months ago)
Changed paths: 10
Log Message:
Added method to walk matrix entries with or without changing them in the
visitor design pattern sense. Two different orders can be used, row by row
of following internal storage. Internal order should be preferred when no
specific order is needed, because it will be more cache efficient.


Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/AbstractRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/DenseRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixVisitorException.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixChangingVisitor.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixPreservingVisitor.java added
Directorycommons/proper/math/trunk/src/site/xdoc/changes.xml modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseRealMatrixTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26