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