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 QuadratureAlgorithm
public void setUpperLimit(DblMatrix U)
setUpperLimit
in interface QuadratureAlgorithm
public DblMatrix getUpperLimit()
getUpperLimit
in interface QuadratureAlgorithm
public void setLowerLimit(DblMatrix L)
setLowerLimit
in interface QuadratureAlgorithm
public DblMatrix getLowerLimit()
getLowerLimit
in interface QuadratureAlgorithm
Copyright © 2011, 2013. Daniel P. Dougherty