added a missing deprecated annotation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@722605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-12-02 20:22:06 +00:00
parent bcebd1a54f
commit 863fee8737
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ public class RealMatrixImpl implements RealMatrix, Serializable {
}
/** {@inheritDoc} */
@Deprecated
public RealMatrix inverse() throws InvalidMatrixException {
if (lu == null) {
lu = new LUDecompositionImpl(this);