Uses of Class
com.irurueta.numerical.integration.QuadratureIntegrator
Packages that use QuadratureIntegrator
-
Uses of QuadratureIntegrator in com.irurueta.numerical.integration
Subclasses of QuadratureIntegrator in com.irurueta.numerical.integrationModifier and TypeClassDescriptionclass
Computes function integration by using double exponential quadrature.class
Computes function integration by using an infinity mid-point quadrature.class
Computes function integration by using Lower Square Root mid-point quadrature when lower bound integration bound lies at a function singularity.class
Computes function integration by using Mid-Point quadrature up to desired accuracy.class
Computes function integration by using Trapezoidal quadrature up to desired accuracy.class
Computes function integration by using an Upper Square Root mid-point quadrature when upper integration bound lies at a function singularity.Methods in com.irurueta.numerical.integration that return QuadratureIntegratorModifier and TypeMethodDescriptionprivate static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.cast
(QuadratureIntegrator<?> integrator) Casts integrator to a quadrature integrator without wildcard parameter.static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.create
(double a, double b, SingleDimensionFunctionEvaluatorListener listener) Creates a quadrature integrator using default accuracy and quadrature type.static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.create
(double a, double b, SingleDimensionFunctionEvaluatorListener listener, double eps) Creates a quadrature integrator using default quadrature type.static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.create
(double a, double b, SingleDimensionFunctionEvaluatorListener listener, double eps, QuadratureType quadratureType) Creates a quadrature integrator.static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.create
(double a, double b, SingleDimensionFunctionEvaluatorListener listener, QuadratureType quadratureType) Creates a quadrature integrator with default accuracy.Methods in com.irurueta.numerical.integration with parameters of type QuadratureIntegratorModifier and TypeMethodDescriptionprivate static QuadratureIntegrator<Quadrature>
QuadratureIntegrator.cast
(QuadratureIntegrator<?> integrator) Casts integrator to a quadrature integrator without wildcard parameter.