Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1308098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
361d9d469f
commit
4de8470c86
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue