Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/timueh/PolyChaos.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
timueh committed Sep 11, 2019
2 parents caa8612 + a7bcaef commit 1498a31
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 @@ -32,8 +32,8 @@ We would like to solve the integral

Exploiting the underlying uniform measure, the integration can be done exactly with a 3-point quadrature rule.
```@example mysetup
opq = OrthoPolyQ("uniform01",3)
integrate(x->6x^5,opq)
opq = Uniform01OrthoPoly(3)
integrate(x -> 6x^5, opq)
```


Expand Down

0 comments on commit 1498a31

Please sign in to comment.