public final class HelmholtzPolynomial extends Object implements Serializable
Constructor and Description |
---|
HelmholtzPolynomial(int degree,
int order)
Create a Helmholtz polynomial with given degree and order
|
Modifier and Type | Method and Description |
---|---|
double |
computeHelmholtzPolynomial(Vector3D point)
Calculate the value of the polynomial in a given point.
|
double[][] |
getDpph()
Get the H'lm coefficients
|
double[][] |
getDsph()
Get the H''lm coefficients
|
double[][] |
getPh()
Get the Hlm coefficients
|
public HelmholtzPolynomial(int degree, int order)
degree
- max degreeorder
- max orderpublic double computeHelmholtzPolynomial(Vector3D point)
point
- the given pointpublic double[][] getPh()
public double[][] getDpph()
public double[][] getDsph()
Copyright © 2020 CNES. All rights reserved.