File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# LegendrePolynomials.jl
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/jishnub/LegendrePolynomials.jl.svg?branch=master )] ( https://travis-ci.com/jishnub/LegendrePolynomials.jl )
3
+ ![ CI] ( https://github.com/jishnub/LegendrePolynomials.jl/workflows/CI/badge.svg?branch=master )
4
+ [ ![ stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://jishnub.github.io/LegendrePolynomials.jl/stable )
5
+ [ ![ dev] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://jishnub.github.io/LegendrePolynomials.jl/dev )
4
6
5
7
Legendre polynomials and their derivatives using automatic differentiation
6
8
Original file line number Diff line number Diff line change 27
27
28
28
function Pl_hyperdual_allmodes (x:: Real , lmax:: Integer )
29
29
T = typeof (float (x))
30
- arr = ` OffsetArray` {Hyper{T}}(undef,0 : lmax)
30
+ arr = OffsetArray {Hyper{T}} (undef, 0 : lmax)
31
31
Pl_hyperdual_allmodes! (arr,x,lmax)
32
32
return arr
33
33
end
You can’t perform that action at this time.
0 commit comments