Eliminated dead code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@209143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b60a3ba1ef
commit
23e9e2da2a
|
@ -242,9 +242,6 @@ public class MatrixUtils {
|
|||
}
|
||||
return new BigMatrixImpl(data);
|
||||
}
|
||||
/** BigDecimal constants */
|
||||
//private static final BigDecimal ZERO = new BigDecimal(0);
|
||||
//private static final BigDecimal ONE = new BigDecimal(1);
|
||||
|
||||
/**
|
||||
* Returns <code>dimension x dimension</code> identity matrix.
|
||||
|
|
Loading…
Reference in New Issue