Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

riso.numerical
Class qagse  view qagse download qagse.java

java.lang.Object
  extended byriso.numerical.qagse
All Implemented Interfaces:
java.io.Serializable

public class qagse
extends java.lang.Object
implements java.io.Serializable

qagse.java, qags.java, qelg.java, qk21.java, and qpsrt.java are derivative works (translations) of Fortran code by Robert Piessens and Elise de Doncker. These five files are released under GPL by permission of Robert Piessens. In response to my question,

  >I would like to have your permission to distribute my
  >Java translation of your QUADPACK routines under the
  >terms of the GPL. Do I have your permission to do so?
 
Robert Piessens writes:
  Date:  Mon, 28 Jan 2002 14:41:58 +0100
  To: "Robert Dodier" 
  From: "Robert Piessens" 
  Subject: Re: Permission to redistribute QUADPACK translation?
  
  OK, You have my permission.
  
  Robert Piessens
 


Constructor Summary
qagse()
           
 
Method Summary
static void do_qagse(Callback_1d f, double a, double b, double epsabs, double epsrel, int limit, double[] result, double[] abserr, int[] neval, int[] ier, double[] alist, double[] blist, double[] rlist, double[] elist, int[] iord, int[] last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

qagse

public qagse()
Method Detail

do_qagse

public static void do_qagse(Callback_1d f,
                            double a,
                            double b,
                            double epsabs,
                            double epsrel,
                            int limit,
                            double[] result,
                            double[] abserr,
                            int[] neval,
                            int[] ier,
                            double[] alist,
                            double[] blist,
                            double[] rlist,
                            double[] elist,
                            int[] iord,
                            int[] last)
                     throws java.lang.Exception