Searched refs:cachedH (Results 1 – 1 of 1) sorted by relevance
66 private RealMatrix cachedH; field in QRDecompositionImpl81 cachedH = null; in QRDecompositionImpl()228 if (cachedH == null) { in getH()232 cachedH = MatrixUtils.createRealMatrix(m, n); in getH()235 cachedH.setEntry(i, j, qrt[j][i] / -rDiag[j]); in getH()242 return cachedH; in getH()