Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DMatrixUtils.java1010 final DecompositionSolver tmp2Solver = tmp2Dec.getSolver(); in blockInverse() local
1011 if (!tmp2Solver.isNonSingular()) { in blockInverse()
1014 final RealMatrix result11 = tmp2Solver.getInverse(); in blockInverse()