Searched refs:cachedR (Results 1 – 1 of 1) sorted by relevance
63 private RealMatrix cachedR; field in QRDecompositionImpl80 cachedR = null; in QRDecompositionImpl()151 if (cachedR == null) { in getR()156 cachedR = MatrixUtils.createRealMatrix(m, n); in getR()160 cachedR.setEntry(row, row, rDiag[row]); in getR()162 cachedR.setEntry(row, col, qrt[col][row]); in getR()169 return cachedR; in getR()