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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecomposition.java 35 * {@link #getPivot() getPivot} method has been kept),</li>
66 * <p>The positions of the 1 elements are given by the {@link #getPivot()
69 * @see #getPivot()
78 int[] getPivot();
FieldLUDecomposition.java 36 * {@link #getPivot() getPivot} method has been kept),</li>
68 * <p>The positions of the 1 elements are given by the {@link #getPivot()
71 * @see #getPivot()
80 int[] getPivot();
LUDecompositionImpl.java 208 public int[] getPivot() {
FieldLUDecompositionImpl.java 199 public int[] getPivot() {

Completed in 236 milliseconds