public class MixedRule extends DoubleExponential
SubstitutionRule.ta() and SubstitutionRule.tb() should be overridden.
The substitution is
\[
x = e^{t - e^{-t}}
\]| Constructor and Description |
|---|
MixedRule(UnivariateRealFunction f,
double a,
double b,
double c)
Construct a
MixedRule substitution rule. |
public MixedRule(UnivariateRealFunction f, double a, double b, double c)
MixedRule substitution rule.f - the integranda - the lower limitb - the upper limitc - usually either 0 or 0.5 * PICopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.