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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolator.java 49 private int microsphereElements;
68 * @param microsphereElements number of surface elements of the microsphere.
71 * @throws NotPositiveException if {@code microsphereElements <= 0}
74 public MicrosphereInterpolator(final int microsphereElements,
76 setMicropshereElements(microsphereElements);
90 microsphereElements,
116 microsphereElements = elements;
MicrosphereInterpolatingFunction.java 138 * @param microsphereElements Number of surface elements of the
150 int microsphereElements,
175 microsphere = new ArrayList<MicrosphereSurfaceElement>(microsphereElements);
178 for (int i = 0; i < microsphereElements; i++) {

Completed in 148 milliseconds