Uses of Class
org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Packages that use InterpolatingMicrosphere Package Description org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms. -
-
Uses of InterpolatingMicrosphere in org.hipparchus.analysis.interpolation
Subclasses of InterpolatingMicrosphere in org.hipparchus.analysis.interpolation Modifier and Type Class Description class
InterpolatingMicrosphere2D
Utility class for theMicrosphereProjectionInterpolator
algorithm.Methods in org.hipparchus.analysis.interpolation that return InterpolatingMicrosphere Modifier and Type Method Description InterpolatingMicrosphere
InterpolatingMicrosphere. copy()
Perform a copy.Constructors in org.hipparchus.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.
-