mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
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…
x
Reference in New Issue
Block a user