FreeHEP API
Version current

hep.aida.ref.function
Class FunctionIntegrator

java.lang.Object
  extended byhep.aida.ref.function.FunctionIntegrator

public class FunctionIntegrator
extends Object

Author:
The AIDA team @ SLAC.
Source Code:
FunctionIntegrator.java

Constructor Summary
FunctionIntegrator()
          Creates a new instance of FunctionIntegrator
 
Method Summary
static double integralMC(hep.aida.IModelFunction f)
           
static double integralSimpson(hep.aida.IModelFunction f)
           
static double integralTrapezoid(hep.aida.IModelFunction f)
           
static double integralVegasMC(hep.aida.IModelFunction f)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionIntegrator

public FunctionIntegrator()
Creates a new instance of FunctionIntegrator

Method Detail

integralVegasMC

public static double integralVegasMC(hep.aida.IModelFunction f)

integralMC

public static double integralMC(hep.aida.IModelFunction f)

integralTrapezoid

public static double integralTrapezoid(hep.aida.IModelFunction f)

integralSimpson

public static double integralSimpson(hep.aida.IModelFunction f)

main

public static void main(String[] args)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.