public class ZeisModel extends Object implements J2SquaredModel
| Constructor and Description |
|---|
ZeisModel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
computeC2Z(DSSTJ2SquaredClosedFormContext context)
Get the value of the Zeis constant.
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
computeC2Z(FieldDSSTJ2SquaredClosedFormContext<T> context)
Get the value of the Zeis constant.
|
double[] |
computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
Compute the J2-squared second-order terms in equinoctial elements.
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
Compute the J2-squared second-order terms in equinoctial elements.
|
public double[] computeMeanEquinoctialSecondOrderTerms(DSSTJ2SquaredClosedFormContext context)
computeMeanEquinoctialSecondOrderTerms in interface J2SquaredModelcontext - model contextpublic <T extends org.hipparchus.CalculusFieldElement<T>> T[] computeMeanEquinoctialSecondOrderTerms(FieldDSSTJ2SquaredClosedFormContext<T> context)
computeMeanEquinoctialSecondOrderTerms in interface J2SquaredModelT - type of the elementscontext - model contextpublic double computeC2Z(DSSTJ2SquaredClosedFormContext context)
context - model contextpublic <T extends org.hipparchus.CalculusFieldElement<T>> T computeC2Z(FieldDSSTJ2SquaredClosedFormContext<T> context)
T - type of the elementscontext - model contextCopyright © 2002-2023 CS GROUP. All rights reserved.