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 TypeClassDescriptionclass
This is an exact replacement for MidPointMatrixQuadrature, 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 MidPointMatrixQuadrature, 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 MidPointMatrixQuadrature, except that it allows for an inverse square-root singularity in the integrand at the upper limit b.