git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1308098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-04-01 13:10:08 +00:00
parent 361d9d469f
commit 4de8470c86
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class QRDecomposition {
/**
* Returns the transpose of the matrix Q of the decomposition.
* <p>Q is an orthogonal matrix</p>
* @return the Q matrix
* @return the transpose of the Q matrix, Q<sup>T</sup>
*/
public RealMatrix getQT() {
if (cachedQT == null) {