Uses of Class
com.irurueta.numerical.integration.MidPointQuadrature
Packages that use MidPointQuadrature
- 
Uses of MidPointQuadrature in com.irurueta.numerical.integration
Subclasses of MidPointQuadrature in com.irurueta.numerical.integrationModifier and TypeClassDescriptionclassThis is an exact replacement for MidPointQuadrature, except that upper limit is assumed to be infinite.classThis is an exact replacement for MidPointQuadrature i.e., returns the nth stage of refinement of the integral of a function from "a" to "b", except that the function is evaluated at evenly spaced points in 1=x rather than in x.classThis is an exact replacement for MidPointQuadrature, except that it allows for an inverse square-root singularity in the integrand at the lower limit "a".classThis is an exact replacement for MidPointQuadrature, except that it allows for an inverse square-root singularity in the integrand at the upper limit b.