fixed javadoc link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@668105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9b8731e89
commit
57fbcf7362
|
@ -133,7 +133,7 @@ public class BigMatrixImpl implements BigMatrix, Serializable {
|
|||
* @throws IllegalArgumentException if <code>d</code> is not rectangular
|
||||
* (not all rows have the same length) or empty
|
||||
* @throws NullPointerException if <code>d</code> is null
|
||||
* @see #BigMatrix(BigDecimal[][])
|
||||
* @see #BigMatrixImpl(BigDecimal[][])
|
||||
*/
|
||||
public BigMatrixImpl(BigDecimal[][] d, boolean copyArray) {
|
||||
if (copyArray) {
|
||||
|
|
Loading…
Reference in New Issue