SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitution

Class Summary
DoubleExponential This transformation speeds up the convergence of the Trapezoidal Rule exponentially.
DoubleExponential4HalfRealLine This Double Exponential transformation is good for the region (0, ∞).
DoubleExponential4RealLine This Double Exponential transformation is good for the region (-∞, ∞).
Exponential This transformation is good for when the upper limit is infinity, and the integrand falls off exponentially.
InvertingVariable This is the inverting-variable transformation.
MixedRule Mixed Rule is good for functions that fall off rapidly at infinity, e.g., e^x or e^x2.
NoChangeOfVariable This is a dummy substitution rule that does not change any variable.
PowerLawSingularity This transformation is good for an integral which diverges at one of the end points.
StandardInterval This transformation is for mapping integral region from [a, b] to [-1, 1].
Substitution This class specifies a substitution rule.
 

Enum Summary
PowerLawSingularity.Type the type of end point divergence
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.