Skip to content

Commit

Permalink
Update README.md (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Jun 15, 2024
1 parent 6cd057a commit 54e43e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
A Julia repository for semiclassical orthogonal polynomials


[![Build Status](https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/InfiniteArrays.jl/actions)
[![codecov](https://codecov.io/gh/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/InfiniteArrays.jl)
[![Build Status](https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/workflows/CI/badge.svg)](https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/actions)
[![codecov](https://codecov.io/gh/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl)

This package implements `SemiclassicalJacobi`, a family of orthogonal
polynomials orthogonal with respect to the weight `x^a * (1-x)^b * (t-x)^c`.
Expand All @@ -30,4 +30,4 @@ julia> T[0.1,1:10] # evaluate first 10 OPs at 0.1

julia> U = SemiclassicalJacobi(2, 1/2, 0, 1/2, T) # last argument reuses computation from T
SemiclassicalJacobi with weight x^0.5 * (1-x)^0.0 * (2.0-x)^0.5 on 0..1
```
```

0 comments on commit 54e43e4

Please sign in to comment.