public interface QuadratureAlgorithm
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getIntegral()
Get the integral
|
DblMatrix |
getLowerLimit()
Get the lower limit of integration.
|
DblMatrix |
getUpperLimit()
Get the upper limit of integration.
|
void |
setLowerLimit(DblMatrix L)
Set the lower limit of integration.
|
void |
setUpperLimit(DblMatrix U)
Set the upper limit of integration.
|
DblMatrix getIntegral()
void setUpperLimit(DblMatrix U)
DblMatrix getUpperLimit()
void setLowerLimit(DblMatrix L)
DblMatrix getLowerLimit()
Copyright © 2011, 2013. Daniel P. Dougherty