public abstract class SimpleIntegrator extends AIntegrator
| Constructor and Description |
|---|
SimpleIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDelta() |
int |
getSequenceLength() |
void |
setDelta(double delta) |
void |
setLowerBound(double lower)
Set the lower bound for the integration
|
void |
setSequenceLength(int sequenceLength) |
void |
setUpperBound(double upper)
Set the upper bound for the integration
|
getFunction, getLowerBound, getUpperBound, setFunctionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitintegratepublic double getDelta()
public void setDelta(double delta)
delta - the delta to setpublic int getSequenceLength()
public void setSequenceLength(int sequenceLength)
sequenceLength - the sequenceLength to setpublic void setLowerBound(double lower)
IntegratorsetLowerBound in interface IntegratorsetLowerBound in class AIntegratorpublic void setUpperBound(double upper)
IntegratorsetUpperBound in interface IntegratorsetUpperBound in class AIntegratorCopyright © 2020. All rights reserved.