public class TrapzAnalyticQuadratureAlgorithm extends AnalyticQuadratureAlgorithm
Function| Constructor and Description |
|---|
TrapzAnalyticQuadratureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
getIntegral()
Get the integral
|
int |
getMaxSteps() |
void |
setMaxSteps(int Nin) |
getFunction, getLowerLimit, getTolerance, getUpperLimit, setFunction, setLowerLimit, setTolerance, setUpperLimitpublic int getMaxSteps()
public void setMaxSteps(int Nin)
public DblMatrix getIntegral()
getIntegral in interface QuadratureAlgorithmgetIntegral in class AnalyticQuadratureAlgorithmCopyright © 2011, 2013. Daniel P. Dougherty