Home
last modified time | relevance | path

Searched refs:getQT (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DQRDecomposition.java60 RealMatrix getQT(); in getQT() method
DTriDiagonalTransformer.java93 cachedQ = getQT().transpose(); in getQ()
103 public RealMatrix getQT() { in getQT() method in TriDiagonalTransformer
DQRDecompositionImpl.java176 cachedQ = getQT().transpose(); in getQ()
182 public RealMatrix getQT() { in getQT() method in QRDecompositionImpl