Searched refs:cachedVt (Results 1 – 2 of 2) sorted by relevance
65 private RealMatrix cachedVt; field in SingularValueDecompositionImpl85 cachedVt = null; in SingularValueDecompositionImpl()202 if (cachedVt == null) { in getVT()203 cachedVt = getV().transpose(); in getVT()207 return cachedVt; in getVT()
87 private RealMatrix cachedVt; field in EigenDecompositionImpl185 if (cachedVt == null) { in getVT()187 cachedVt = MatrixUtils.createRealMatrix(m, m); in getVT()189 cachedVt.setRowVector(k, eigenvectors[k]); in getVT()195 return cachedVt; in getVT()