public abstract class AIntegrator extends Object implements Integrator, Serializable
| Constructor and Description |
|---|
AIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
Function |
getFunction()
Get the integration function
|
double |
getLowerBound()
Get the lower bound for the integration
|
double |
getUpperBound()
Get the upper bound for the integration
|
void |
setFunction(Function f)
Set the function to integrate;
|
void |
setLowerBound(double lower)
Set the lower bound for the integration
|
void |
setUpperBound(double upper)
Set the upper bound for the integration
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitintegratepublic void setLowerBound(double lower)
IntegratorsetLowerBound in interface Integratorpublic double getLowerBound()
IntegratorgetLowerBound in interface Integratorpublic void setUpperBound(double upper)
IntegratorsetUpperBound in interface Integratorpublic double getUpperBound()
IntegratorgetUpperBound in interface Integratorpublic void setFunction(Function f)
IntegratorsetFunction in interface Integratorpublic Function getFunction()
IntegratorgetFunction in interface IntegratorCopyright © 2020. All rights reserved.