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 TypeClassDescriptionclass
This is an exact replacement for MidPointQuadrature, except that upper limit is assumed to be infinite.class
This 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.class
This is an exact replacement for MidPointQuadrature, except that it allows for an inverse square-root singularity in the integrand at the lower limit "a".class
This is an exact replacement for MidPointQuadrature, except that it allows for an inverse square-root singularity in the integrand at the upper limit b.