|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.unidata.util.GaussianLatitudes
public class GaussianLatitudes
Calculate Gaussian Latitudes by finding the roots of the ordinary Legendre polynomial of degree NLAT using Newton's iteration method.
Field Summary | |
---|---|
double[] |
colat
|
double[] |
cosc
|
double[] |
gaussw
|
double[] |
latd
|
double[] |
sinc
|
double[] |
wos2
|
Constructor Summary | |
---|---|
GaussianLatitudes(int nlat)
Constructor |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[] cosc
public double[] colat
public double[] gaussw
public double[] latd
public double[] sinc
public double[] wos2
Constructor Detail |
---|
public GaussianLatitudes(int nlat)
nlat
- the total number of latitudes from pole to pole (degree of the polynomial)Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |