Skip to content

Commit 54e43e4

Browse files
authored
Update README.md (#107)
1 parent 6cd057a commit 54e43e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A Julia repository for semiclassical orthogonal polynomials
33

44

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

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

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

0 commit comments

Comments
 (0)