public class IntegralDt extends Integrator
/
| f(t) dt
/
f| Constructor and Description |
|---|
IntegralDt(FiltrationFunction f)
Construct an integral for f with respect to dt.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
du()
Get an array of the measure values.
|
double[] |
ft()
Get an array of function values.
|
integralpublic IntegralDt(FiltrationFunction f)
f - an integrandpublic double[] ft()
Integratorft in class Integratorpublic double[] du()
Integratordu in class Integrator