Uses of Class
com.irurueta.numerical.integration.IntegrationException
Packages that use IntegrationException
-
Uses of IntegrationException in com.irurueta.numerical.integration
Methods in com.irurueta.numerical.integration that throw IntegrationExceptionModifier and TypeMethodDescriptionabstract doubleIntegrator.integrate()Integrates function between provided lower and upper limits.abstract voidMatrixIntegrator.integrate(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.doubleQuadratureIntegrator.integrate()Integrates function between provided lower and upper limits.voidQuadratureMatrixIntegrator.integrate(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.doubleRombergIntegrator.integrate()Integrates function between lower and upper limits defined by provided quadrature.voidRombergMatrixIntegrator.integrate(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.doubleRombergTrapezoidalQuadratureIntegrator.integrate()Integrates function between lower and upper limits defined by provided quadrature.voidRombergTrapezoidalQuadratureMatrixIntegrator.integrate(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.doubleSimpsonIntegrator.integrate()Integrates function between provided lower and upper limits.voidSimpsonMatrixIntegrator.integrate(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.