Class GaussianLatitudes


  • @Immutable
    public class GaussianLatitudes
    extends Object
    Calculate Gaussian Latitudes by finding the roots of the ordinary Legendre polynomial of degree NLAT using Newton's iteration method. Moderately expensive to compute, so keep LRU cache.
    • Field Detail

      • gaussw

        public final double[] gaussw
      • latd

        public final double[] latd