Port more integration algorithms from Quadpack such as QAGSE, QAGIE, and others that are commonly used in SciPy. These advanced quadrature routines will extend the functionality and robustness of SciJo's integration module.
Suggested algorithms to port:
- QAGSE: Adaptive integration for infinite intervals
- QAGIE: Integration on infinite intervals
- Other relevant Quadpack routines used in SciPy
References:
Tasks:
- Analyze SciPy's use of Quadpack routines
- Identify relevant algorithms for porting
- Implement and test the new algorithms in SciJo
- Document usage and provide examples
Port more integration algorithms from Quadpack such as QAGSE, QAGIE, and others that are commonly used in SciPy. These advanced quadrature routines will extend the functionality and robustness of SciJo's integration module.
Suggested algorithms to port:
References:
Tasks: