removed spurious exception clause
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@728526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d1fc13cef3
commit
1f3d5634d5
|
@ -145,8 +145,7 @@ public class QRDecompositionImpl implements QRDecomposition {
|
|||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public RealMatrix getR()
|
||||
throws IllegalStateException {
|
||||
public RealMatrix getR() {
|
||||
|
||||
if (cachedR == null) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue