java.lang.Object
riso.numerical.qags
- All Implemented Interfaces:
- java.io.Serializable
- public class qags
- 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 |
qags()
|
|
Method Summary |
void |
do_qags(Callback_1d f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
double[] abserr,
int[] ier,
int limit)
|
static void |
main(java.lang.String[] args)
|
static java.lang.String |
xerror(java.lang.String message,
int errno,
int level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iwork
public int[] iwork
work
public double[] work
neval
public int[] neval
last
public int[] last
verbose_errors
public boolean verbose_errors
qags
public qags()
do_qags
public void do_qags(Callback_1d f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
double[] abserr,
int[] ier,
int limit)
throws java.lang.Exception
xerror
public static java.lang.String xerror(java.lang.String message,
int errno,
int level)
main
public static void main(java.lang.String[] args)