Uses of Class
org.apache.commons.math4.analysis.interpolation.InterpolatingMicrosphere
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
-
Uses of InterpolatingMicrosphere in org.apache.commons.math4.analysis.interpolation
Subclasses of InterpolatingMicrosphere in org.apache.commons.math4.analysis.interpolation Modifier and Type Class Description classInterpolatingMicrosphere2DUtility class for theMicrosphereProjectionInterpolatoralgorithm.Methods in org.apache.commons.math4.analysis.interpolation that return InterpolatingMicrosphere Modifier and Type Method Description InterpolatingMicrosphereInterpolatingMicrosphere. copy()Perform a copy.Constructors in org.apache.commons.math4.analysis.interpolation with parameters of type InterpolatingMicrosphere Constructor Description InterpolatingMicrosphere(InterpolatingMicrosphere other)Copy constructor.MicrosphereProjectionInterpolator(InterpolatingMicrosphere microsphere, double exponent, boolean sharedSphere, double noInterpolationTolerance)Create a microsphere interpolator.