mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
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()
|
public RealMatrix getQT()
|
||||||
throws IllegalStateException {
|
throws IllegalStateException {
|
||||||
|
|
||||||
if (cachedQ == null) {
|
if (cachedQT == null) {
|
||||||
|
|
||||||
checkDecomposed();
|
checkDecomposed();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user