simulations.objects.antennaMath
Class ChebyshevIntegration

java.lang.Object
  extended bysimulations.objects.antennaMath.ChebyshevIntegration

public class ChebyshevIntegration
extends java.lang.Object


Constructor Summary
ChebyshevIntegration()
           
 
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
 

Constructor Detail

ChebyshevIntegration

public ChebyshevIntegration()
Method Detail

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)