public interface SubstitutionRule
Modifier and Type | Method and Description |
---|---|
UnivariateRealFunction |
dx()
the first order derivative of the transformation: x'(t) = dx(t)/dt
|
double |
ta()
Get the lower limit of the integral.
|
double |
tb()
Get the upper limit of the integral.
|
UnivariateRealFunction |
x()
the transformation: x(t)
|
UnivariateRealFunction x()
UnivariateRealFunction dx()
double ta()
double tb()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.