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 double
Integrator.integrate()
Integrates function between provided lower and upper limits.abstract void
MatrixIntegrator.integrate
(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.double
QuadratureIntegrator.integrate()
Integrates function between provided lower and upper limits.void
QuadratureMatrixIntegrator.integrate
(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.double
RombergIntegrator.integrate()
Integrates function between lower and upper limits defined by provided quadrature.void
RombergMatrixIntegrator.integrate
(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.double
RombergTrapezoidalQuadratureIntegrator.integrate()
Integrates function between lower and upper limits defined by provided quadrature.void
RombergTrapezoidalQuadratureMatrixIntegrator.integrate
(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.double
SimpsonIntegrator.integrate()
Integrates function between provided lower and upper limits.void
SimpsonMatrixIntegrator.integrate
(com.irurueta.algebra.Matrix result) Integrates function between provided lower and upper limits.