Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ranocha/PolynomialBases.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Dec 15, 2017
2 parents 30590f6 + a6d2c44 commit c48e9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A library of functions for polynomial bases used in spectral element methods usi
[FastGaussQuadrature.jl](https://github.com/ajt60gaibb/FastGaussQuadrature.jl) for `Float64` and root finding
via the Newton algorithm for other scalar types (such as `BigFloat`). The algorithms for interpolation and
differentiation use barycentric weights as described in the book "Implementing Spectral Methods for PDEs"
by David Kopriva. If [SymPy.jl](https://github.com/JuliaPy/SymPy.jl) is loaded, symbolic computations using
`SymPy.Sym` are supported.
by David Kopriva. If [SymPy.jl](https://github.com/JuliaPy/SymPy.jl)/[SymEngine.jl](https://github.com/symengine/symengine)
is loaded, symbolic computations using `SymPy.Sym`/`SymEngine.Basic` are supported.

A brief tutorial is given as
[notebook](http://nbviewer.ipython.org/github/ranocha/PolynomialBases.jl/blob/master/notebooks/Tutorial.ipynb).

0 comments on commit c48e9cc

Please sign in to comment.