Module quad

Module quad 

Source
Expand description

Numerical quadrature methods for integration

This module provides implementations of various numerical quadrature methods for approximating the definite integral of a function.

Structs§

QuadOptions
Options for controlling the behavior of the adaptive quadrature algorithm
QuadResult
Result of a quadrature computation

Functions§

quad
Compute the definite integral of a function using adaptive quadrature
simpson
Compute the definite integral of a function using the composite Simpson’s rule
trapezoid
Compute the definite integral of a function using the composite trapezoid rule