Skip to content

Implementation of the Gauss-Kronrod method for quadrature formulas. It contains two versions - with and without parallelization of calculations.

Notifications You must be signed in to change notification settings

petrsuhin-al/gauss-kronrod-quadrature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gauss-Kronrod Quadrature

Implementation of the Gauss-Kronrod algorithm for quadrature formulas in Python. You can change the number of nodes using enum. The main code that executes the algorithm is in file gauss_kronrod.py. There is also an implementation with parallelization of calculations - it is in the with-multiprocessing-version branch.

A. Petrushin. 2020

About

Implementation of the Gauss-Kronrod method for quadrature formulas. It contains two versions - with and without parallelization of calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages