simulations.objects.antennaMath
Class ChebyshevIntegration
java.lang.Object
   simulations.objects.antennaMath.ChebyshevIntegration
simulations.objects.antennaMath.ChebyshevIntegration
- public class ChebyshevIntegration- extends java.lang.Object
 
| Method Summary | 
| static double | chebFct(double a,
        double b,
        double[] c,
        int m,
        double x)
 | 
| static void | ChebIntFit(Integrable fct,
           double[] p,
           double a,
           double b,
           double[] cint,
           int n)
 | 
| static double | qCheb(Integrable fct,
      double[] p,
      double a,
      double b,
      int ncmax,
      int[] nc)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ChebyshevIntegration
public ChebyshevIntegration()
qCheb
public static double qCheb(Integrable fct,
                           double[] p,
                           double a,
                           double b,
                           int ncmax,
                           int[] nc)
- 
 
ChebIntFit
public static void ChebIntFit(Integrable fct,
                              double[] p,
                              double a,
                              double b,
                              double[] cint,
                              int n)
- 
 
chebFct
public static double chebFct(double a,
                             double b,
                             double[] c,
                             int m,
                             double x)
-