Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusion809/functionintegrator.jl
A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.
https://github.com/fusion809/functionintegrator.jl
chebyshev-gauss-quadrature gauss-hermite-quadrature gauss-jacobi-quadrature gauss-laguerre-quadrature gauss-legendre-quadrature gauss-legendre-radau-quadrature gauss-lobatto-quadrature gaussian-quadrature julia julia-package numerical-integration quadrature rectangle-rule rombergs-method simpson-rule trapezoidal-rule
Last synced: 24 days ago
JSON representation
A Julia package to numerically approximate 1d function integrals using any of a variety of different methods.
- Host: GitHub
- URL: https://github.com/fusion809/functionintegrator.jl
- Owner: fusion809
- License: gpl-3.0
- Created: 2020-06-23T02:11:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T00:26:05.000Z (about 4 years ago)
- Last Synced: 2024-11-10T06:17:37.839Z (about 1 month ago)
- Topics: chebyshev-gauss-quadrature, gauss-hermite-quadrature, gauss-jacobi-quadrature, gauss-laguerre-quadrature, gauss-legendre-quadrature, gauss-legendre-radau-quadrature, gauss-lobatto-quadrature, gaussian-quadrature, julia, julia-package, numerical-integration, quadrature, rectangle-rule, rombergs-method, simpson-rule, trapezoidal-rule
- Language: Julia
- Homepage: https://fusion809.github.io/FunctionIntegrator/
- Size: 142 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FunctionIntegrator.jl
![CompatHelper](https://github.com/fusion809/FunctionIntegrator.jl/workflows/CompatHelper/badge.svg)
![deps](https://juliahub.com/docs/FunctionIntegrator/deps.svg)
![pkgeval](https://juliahub.com/docs/FunctionIntegrator/pkgeval.svg)
![TagBot](https://github.com/fusion809/FunctionIntegrator.jl/workflows/TagBot/badge.svg)
![Travis](https://travis-ci.com/fusion809/FunctionIntegrator.jl.svg?branch=master)
![version](https://juliahub.com/docs/FunctionIntegrator/version.svg)Due to [Franklin.jl](https://github.com/tlienart/Franklin.jl)'s superior mathematics typesetting support (relative to plain GitHub-flavoured markdown), I have decided to move the README of this package to my Franklin-powered website, https://fusion809.github.io/FunctionIntegrator/.
Contributions are welcome!