org.stellarium.astro.planet
Class Lunar.MainProblem

java.lang.Object
  extended by org.stellarium.astro.planet.Lunar.MainProblem
Enclosing class:
Lunar

static class Lunar.MainProblem
extends java.lang.Object

used for elp1 - 3


Field Summary
(package private)  float A
           
(package private)  float[] B
           
(package private) static java.util.List<Lunar.MainProblem>[] elps
           
(package private)  int[] ilu
           
 
Constructor Summary
Lunar.MainProblem(int[] ilu, float a, float[] b)
           
 
Method Summary
(package private) static Lunar.ReadStrategy getReadable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elps

static java.util.List<Lunar.MainProblem>[] elps

ilu

int[] ilu

A

float A

B

float[] B
Constructor Detail

Lunar.MainProblem

Lunar.MainProblem(int[] ilu,
                  float a,
                  float[] b)
Method Detail

getReadable

static Lunar.ReadStrategy getReadable()