Uses of Interface
edu.nrao.sss.math.Interpolator

Packages that use Interpolator
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.math Mathematical classes. 
 

Uses of Interpolator in edu.nrao.sss.astronomy
 

Method parameters in edu.nrao.sss.astronomy with type arguments of type Interpolator
 void EphemerisTable.setInterpolatorClass(Class<? extends Interpolator> interpClass)
          Sets the implementation of Interpolator that this table will use for calculating positional values.
 

Uses of Interpolator in edu.nrao.sss.math
 

Classes in edu.nrao.sss.math that implement Interpolator
 class CubicSpline
          An interpolated value calculator that uses cubic spline interpolation.
 class NewtonDividedDifference
          An interpolated value calculator that uses Newton's divided-difference formula.
 



Copyright © 2009. All Rights Reserved.