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:
parent
bcebd1a54f
commit
863fee8737
|
@ -594,6 +594,7 @@ public class RealMatrixImpl implements RealMatrix, Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
/** {@inheritDoc} */
|
||||||
|
@Deprecated
|
||||||
public RealMatrix inverse() throws InvalidMatrixException {
|
public RealMatrix inverse() throws InvalidMatrixException {
|
||||||
if (lu == null) {
|
if (lu == null) {
|
||||||
lu = new LUDecompositionImpl(this);
|
lu = new LUDecompositionImpl(this);
|
||||||
|
|
Loading…
Reference in New Issue