public class FieldLegendrePolynomials<T extends CalculusFieldElement<T>> extends Object
The computation of the Legendre polynomials is performed following: Heiskanen and Moritz, Physical Geodesy, 1967, eq. 1-62
Constructor and Description |
---|
FieldLegendrePolynomials(int degree,
int order,
T t)
Create Legendre polynomials for the given degree and order.
|
public FieldLegendrePolynomials(int degree, int order, T t)
degree
- degree of the spherical harmonicsorder
- order of the spherical harmonicst
- argument for polynomials calculationpublic T getPnm(int n, int m)
n
- indexm
- indexCopyright © 2002-2022 CS GROUP. All rights reserved.