added missing (inherited) javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@731340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-01-04 19:13:22 +00:00
parent 453ba37f7a
commit f2b72fc248
1 changed files with 1 additions and 0 deletions

View File

@ -884,6 +884,7 @@ public abstract class AbstractRealMatrix implements RealMatrix, Serializable {
return visitor.end();
}
/** {@inheritDoc} */
public double walkInColumnOrder(final RealMatrixChangingVisitor visitor)
throws MatrixVisitorException {
final int rows = getRowDimension();