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:
Luc Maisonobe 2008-09-28 16:28:50 +00:00
parent 8260edaaf6
commit a83b792eb0
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public class QRDecompositionImpl implements QRDecomposition {
public RealMatrix getQT()
throws IllegalStateException {
if (cachedQ == null) {
if (cachedQT == null) {
checkDecomposed();