Dropped extraneous javadoc @param.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1427046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8bdb73e3e0
commit
59c8371ba1
|
@ -47,7 +47,6 @@ public class DiagonalMatrix extends AbstractRealMatrix
|
||||||
* Creates a matrix with the supplied dimension.
|
* Creates a matrix with the supplied dimension.
|
||||||
*
|
*
|
||||||
* @param dimension Number of rows and columns in the new matrix.
|
* @param dimension Number of rows and columns in the new matrix.
|
||||||
* @param columnDimension Number of columns in the new matrix.
|
|
||||||
* @throws NotStrictlyPositiveException if the dimension is
|
* @throws NotStrictlyPositiveException if the dimension is
|
||||||
* not positive.
|
* not positive.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue