protected static class AbstractGaussianContribution.UijVijCoefficients extends Object
The index i takes only the values 1 and 2
For U only the index 0 for j is used.
Modifier and Type | Method and Description |
---|---|
double |
getU1(int j,
int i)
Get the coefficient U₁j for Fourier index i.
|
double |
getU2(int j)
Get the coefficient U₂j for Fourier index = 1 (i == 0).
|
double |
getV1(int j,
int i)
Get the coefficient V₁j for Fourier index i.
|
double |
getV2(int j)
Get the coefficient V₂j for Fourier index = 1 (i == 0).
|
public double getU1(int j, int i)
j
- j indexi
- Fourier index (starts at 0)public double getV1(int j, int i)
j
- j indexi
- Fourier index (starts at 0)public double getU2(int j)
j
- j indexpublic double getV2(int j)
j
- j indexCopyright © 2002-2022 CS GROUP. All rights reserved.