Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Oct 2, 2020
1 parent 9250ea1 commit af2a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FastGaussQuadrature.jl
=========
[![Build Status](https://travis-ci.org/ajt60gaibb/FastGaussQuadrature.jl.svg?branch=master)](https://travis-ci.org/ajt60gaibb/FastGaussQuadrature.jl) [![codecov](https://codecov.io/gh/ajt60gaibb/FastGaussQuadrature.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ajt60gaibb/FastGaussQuadrature.jl)
[![Build Status](https://travis-ci.org/JuliaApproximation/FastGaussQuadrature.jl.svg?branch=master)](https://travis-ci.org/JuliaApproximation/FastGaussQuadrature.jl) [![codecov](https://codecov.io/gh/JuliaApproximation/FastGaussQuadrature.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaApproximation/FastGaussQuadrature.jl)

A Julia package to compute `n`-point Gauss quadrature nodes and weights to 16-digit accuracy and in `O(n)` time. So far the package includes `gausschebyshev()`, `gausslegendre()`, `gaussjacobi()`, `gaussradau()`, `gausslobatto()`, `gausslaguerre()`, and `gausshermite()`. This package is heavily influenced by <a href="http://www.chebfun.org">Chebfun</a>.

Expand Down

0 comments on commit af2a9a3

Please sign in to comment.