HomeSort by relevance Sort by last modified time
    Searched full:expansionmode (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 38 * <code>expansionMode</code> and <code>expansionFactor</code> properties.
39 * The <code>expansionMode</code> determines whether the size of the array is
42 * storage locations added). The default <code>expansionMode</code> is
58 * storage array is "too large" depends on the <code>expansionMode</code> and
59 * <code>contractionFactor</code> properties. If the <code>expansionMode</code>
62 * <code>contractionFactor.</code> If the <code>expansionMode</code>
97 * if <code>expansionMode</code> is set to MULTIPLICATIVE_MODE, or
99 * <code>expansionMode</code> is set to ADDITIVE_MODE.
107 protected int expansionMode = MULTIPLICATIVE_MODE;
138 * <li><code>expansionMode = MULTIPLICATIVE_MODE</code></li
    [all...]

Completed in 184 milliseconds