fixed an matrix mismatch error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@699855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8260edaaf6
commit
a83b792eb0
|
@ -205,7 +205,7 @@ public class QRDecompositionImpl implements QRDecomposition {
|
|||
public RealMatrix getQT()
|
||||
throws IllegalStateException {
|
||||
|
||||
if (cachedQ == null) {
|
||||
if (cachedQT == null) {
|
||||
|
||||
checkDecomposed();
|
||||
|
||||
|
|
Loading…
Reference in New Issue