public class TrapzPointWiseQuadratureAlgorithm extends PointWiseQuadratureAlgorithm
XData, YData| Constructor and Description |
|---|
TrapzPointWiseQuadratureAlgorithm() |
TrapzPointWiseQuadratureAlgorithm(DblMatrix X,
DblMatrix Y) |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
getIntegral()
Get the integral
|
getLowerLimit, getUpperLimit, getXData, getYData, setLowerLimit, setUpperLimit, setXData, setYDatapublic DblMatrix getIntegral()
getIntegral in interface QuadratureAlgorithmgetIntegral in class PointWiseQuadratureAlgorithmCopyright © 2011, 2013. Daniel P. Dougherty