Procedures

ProcedureLocationProcedure TypeDescription
dgauss_genericquadrature_moduleSubroutine

Integrate a real function of one variable over a finite interval using the specified adaptive algorithm. Intended primarily for high accuracy integration or integration of smooth functions.

Read more…
g10quadrature_moduleFunction

10-point method.

Read more…
g12quadrature_moduleFunction

12-point method.

Read more…
g14quadrature_moduleFunction

14-point method.

Read more…
g6quadrature_moduleFunction

6-point method.

Read more…
g8quadrature_moduleFunction

This is the 8-point formula from the original SLATEC routine DGAUS8.

Read more…
initialize_integration_classquadrature_moduleSubroutine

Initialize the 1D integration class. Must be called before integration is performed.

initialize_integration_class_2dquadrature_moduleSubroutine

Initialize the 2D integration class. Must be called before integration is performed.

initialize_integration_class_3dquadrature_moduleSubroutine

Initialize the 3D integration class. Must be called before integration is performed.

initialize_integration_class_4dquadrature_moduleSubroutine

Initialize the 4D integration class. Must be called before integration is performed.

initialize_integration_class_5dquadrature_moduleSubroutine

Initialize the 5D integration class. Must be called before integration is performed.

initialize_integration_class_6dquadrature_moduleSubroutine

Initialize the 6D integration class. Must be called before integration is performed.

integrate_1dquadrature_moduleSubroutine

Perform the 1D integration.

integrate_2dquadrature_moduleSubroutine

Perform the 2D integration.

integrate_3dquadrature_moduleSubroutine

Perform the 3D integration.

integrate_4dquadrature_moduleSubroutine

Perform the 4D integration.

integrate_5dquadrature_moduleSubroutine

Perform the 5D integration.

integrate_6dquadrature_moduleSubroutine

Perform the 6D integration.

call~~graph~~CallGraph proc~integrate_1d integrate_1d proc~initialize_integration_class_3d initialize_integration_class_3d proc~g10 g10 proc~g8 g8 proc~integrate_3d integrate_3d proc~integrate_4d integrate_4d proc~initialize_integration_class_6d initialize_integration_class_6d proc~integrate_2d integrate_2d proc~initialize_integration_class_2d initialize_integration_class_2d proc~integrate_5d integrate_5d proc~initialize_integration_class_4d initialize_integration_class_4d proc~integrate_6d integrate_6d proc~g14 g14 proc~dgauss_generic dgauss_generic proc~g12 g12 proc~g6 g6 proc~initialize_integration_class_5d initialize_integration_class_5d proc~initialize_integration_class initialize_integration_class
Help