@Immutable public class GaussianLatitudes extends Object
| Modifier and Type | Method and Description |
|---|---|
static GaussianLatitudes |
factory(int nlats) |
double |
getGaussWeight(int index) |
com.google.common.collect.ImmutableList<Double> |
getGaussWeights() |
double |
getLatitude(int index) |
com.google.common.collect.ImmutableList<Double> |
getLatitudes() |
public static GaussianLatitudes factory(int nlats)
public com.google.common.collect.ImmutableList<Double> getGaussWeights()
public com.google.common.collect.ImmutableList<Double> getLatitudes()
public double getGaussWeight(int index)
public double getLatitude(int index)