simulations.objects.antennaMath
Class RombInt

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

public class RombInt
extends java.lang.Object


Constructor Summary
RombInt()
           
 
Method Summary
static double RombInt(Integrable func, double[] p, double a, double b, int nq, int[] note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RombInt

public RombInt()
Method Detail

RombInt

public static double RombInt(Integrable func,
                             double[] p,
                             double a,
                             double b,
                             int nq,
                             int[] note)