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:
parent
453ba37f7a
commit
f2b72fc248
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue