Hi.
> Seeing the code in this package i agree that some more exceptions should be
> created so as to cover cases such as the following:
>
> >Package:
> org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl
>
> >public double getResult() throws IllegalStateException {
> >
Also, the file 'ResizableDoubleArray.java' in the package
'org.apache.commons.math.util' contains the following code:
>if (contraction < expansion) {
>throw MathRuntimeException.createIllegalArgumentException(
>
LocalizedFormats.CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR,
>
Hello to everyone,
Seeing the code in this package i agree that some more exceptions should be
created so as to cover cases such as the following:
>Package:
org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl
>public double getResult() throws IllegalStateException {
>
On Thu, Jan 27, 2011 at 6:50 AM, Gilles Sadowski
wrote:
> Hi.
>
>> > I need some clarifications before embarking into the clean-up of that
>> > package.
>> >
>> > The "integrate" method of interface "UnivariateRealIntegrator" is defined
>> > as:
>> > double integrate(UnivariateRealFunction f, dou
Hi.
> > I need some clarifications before embarking into the clean-up of that
> > package.
> >
> > The "integrate" method of interface "UnivariateRealIntegrator" is defined
> > as:
> > double integrate(UnivariateRealFunction f, double min, double max)
> > throws ConvergenceException, MathU
On Wed, Jan 26, 2011 at 7:23 AM, Gilles Sadowski
wrote:
> Hi.
>
> I need some clarifications before embarking into the clean-up of that
> package.
>
> The "integrate" method of interface "UnivariateRealIntegrator" is defined
> as:
> double integrate(UnivariateRealFunction f, double min, double ma
Hi.
I need some clarifications before embarking into the clean-up of that
package.
The "integrate" method of interface "UnivariateRealIntegrator" is defined
as:
double integrate(UnivariateRealFunction f, double min, double max)
throws ConvergenceException, MathUserException,
IllegalArg