HomeSort by relevance Sort by last modified time
    Searched refs:luI (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecompositionImpl.java 170 final double[] luI = lu[i];
172 cachedL.setEntry(i, j, luI[j]);
186 final double[] luI = lu[i];
188 cachedU.setEntry(i, j, luI[j]);
FieldLUDecompositionImpl.java 161 final T[] luI = lu[i];
163 cachedL.setEntry(i, j, luI[j]);
177 final T[] luI = lu[i];
179 cachedU.setEntry(i, j, luI[j]);
BigMatrixImpl.java     [all...]

Completed in 260 milliseconds