q1471341.mp1074.test
Class SimpleTestIntegrands

java.lang.Object
  extended byq1471341.mp1074.test.SimpleTestIntegrands

public class SimpleTestIntegrands
extends java.lang.Object

This package implements two rather simple test integrand functions.

Author:
Ulrich Telle

Nested Class Summary
static class SimpleTestIntegrands.F2DTest
          This class represents the 2-dimensional integrand f(x,y) = y*exp(x*y)/(e-2)
static class SimpleTestIntegrands.FOne
          This class represents the integrand f = 1
 
Constructor Summary
SimpleTestIntegrands()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTestIntegrands

public SimpleTestIntegrands()