public abstract class AnalyticQuadratureAlgorithm extends java.lang.Object implements QuadratureAlgorithm
| Modifier and Type | Field and Description |
|---|---|
protected AbstractFunction |
Function |
| Constructor and Description |
|---|
AnalyticQuadratureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
AbstractFunction |
getFunction()
Get the function being integrated.
|
abstract DblMatrix |
getIntegral()
Get the integral
|
DblMatrix |
getLowerLimit()
Get the lower limit of integration.
|
DblMatrix |
getTolerance() |
DblMatrix |
getUpperLimit()
Get the upper limit of integration.
|
void |
setFunction(AbstractFunction F)
Set the function being integrated.
|
void |
setLowerLimit(DblMatrix L)
Set the lower limit of integration.
|
void |
setTolerance(DblMatrix T) |
void |
setUpperLimit(DblMatrix U)
Set the upper limit of integration.
|
protected AbstractFunction Function
public DblMatrix getTolerance()
public void setTolerance(DblMatrix T)
public void setFunction(AbstractFunction F)
public AbstractFunction getFunction()
public abstract DblMatrix getIntegral()
getIntegral in interface QuadratureAlgorithmpublic void setUpperLimit(DblMatrix U)
setUpperLimit in interface QuadratureAlgorithmpublic DblMatrix getUpperLimit()
getUpperLimit in interface QuadratureAlgorithmpublic void setLowerLimit(DblMatrix L)
setLowerLimit in interface QuadratureAlgorithmpublic DblMatrix getLowerLimit()
getLowerLimit in interface QuadratureAlgorithmCopyright © 2011, 2013. Daniel P. Dougherty