Uses of Class
com.irurueta.numerical.integration.MidPointMatrixQuadrature
Packages that use MidPointMatrixQuadrature
- 
Uses of MidPointMatrixQuadrature in com.irurueta.numerical.integration
Subclasses of MidPointMatrixQuadrature in com.irurueta.numerical.integrationModifier and TypeClassDescriptionclassThis is an exact replacement for MidPointMatrixQuadrature, 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 MidPointMatrixQuadrature, except that it allows for an inverse square-root singularity in the integrand at the lower limit "a".classThis is an exact replacement for MidPointMatrixQuadrature, except that it allows for an inverse square-root singularity in the integrand at the upper limit b.