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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
FieldLUDecompositionImpl.java 393 final T[] bpI = bp[i];
396 bpI[j] = bpI[j].subtract(bpCol[j].multiply(luICol));
409 final T[] bpI = bp[i];
412 bpI[j] = bpI[j].subtract(bpCol[j].multiply(luICol));
LUDecompositionImpl.java 388 final double[] bpI = bp[i];
391 bpI[j] -= bpCol[j] * luICol;
404 final double[] bpI = bp[i];
407 bpI[j] -= bpCol[j] * luICol;
BigMatrixImpl.java     [all...]

Completed in 524 milliseconds