Skip to content

Commit 2446237

Browse files
remove docs spacing
1 parent 526155c commit 2446237

File tree

1 file changed

+2
-80
lines changed

1 file changed

+2
-80
lines changed

docs/src/index.md

Lines changed: 2 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -10,57 +10,30 @@ This package provides a Julia wrapper for the [C library](https://github.com/Mik
1010

1111
For this documentation, please see the documentation for [FastTransforms](https://github.com/MikaelSlevinsky/FastTransforms). Most transforms have separate forward and inverse plans. In some instances, however, the inverse is in the sense of least-squares, and therefore only the forward transform is planned.
1212

13-
### Fast Cholesky factorization of the Gram matrix
13+
### Modified orthogonal polynomials via fast Cholesky factorization of the Gram matrix
1414

1515
```@docs
1616
GramMatrix
17-
```
18-
19-
```@docs
2017
ChebyshevGramMatrix
2118
```
2219

2320
## Nonuniform fast Fourier transforms
2421

2522
```@docs
2623
nufft1
27-
```
28-
29-
```@docs
3024
nufft2
31-
```
32-
33-
```@docs
3425
nufft3
35-
```
36-
37-
```@docs
3826
inufft1
39-
```
40-
41-
```@docs
4227
inufft2
43-
```
44-
45-
```@docs
4628
paduatransform
47-
```
48-
49-
```@docs
5029
ipaduatransform
5130
```
5231

5332
## Other Exported Methods
5433

5534
```@docs
5635
gaunt
57-
```
58-
59-
```@docs
6036
paduapoints
61-
```
62-
63-
```@docs
6437
sphevaluate
6538
```
6639

@@ -70,83 +43,32 @@ sphevaluate
7043

7144
```@docs
7245
FastTransforms.half
73-
```
74-
75-
```@docs
7646
FastTransforms.two
77-
```
78-
79-
```@docs
8047
FastTransforms.δ
81-
```
82-
83-
```@docs
8448
FastTransforms.Λ
85-
```
86-
87-
```@docs
8849
FastTransforms.lambertw
89-
```
90-
91-
```@docs
9250
FastTransforms.pochhammer
93-
```
94-
95-
```@docs
9651
FastTransforms.stirlingseries
9752
```
9853

9954
### Modified Chebyshev Moment-Based Quadrature
10055

10156
```@docs
10257
FastTransforms.clenshawcurtisnodes
103-
```
104-
105-
```@docs
10658
FastTransforms.clenshawcurtisweights
107-
```
108-
109-
```@docs
11059
FastTransforms.fejernodes1
111-
```
112-
113-
```@docs
11460
FastTransforms.fejerweights1
115-
```
116-
117-
```@docs
11861
FastTransforms.fejernodes2
119-
```
120-
121-
```@docs
12262
FastTransforms.fejerweights2
123-
```
124-
125-
```@docs
12663
FastTransforms.chebyshevmoments1
127-
```
128-
129-
```@docs
13064
FastTransforms.chebyshevjacobimoments1
131-
```
132-
133-
```@docs
13465
FastTransforms.chebyshevlogmoments1
135-
```
136-
137-
```@docs
13866
FastTransforms.chebyshevmoments2
139-
```
140-
141-
```@docs
14267
FastTransforms.chebyshevjacobimoments2
143-
```
144-
145-
```@docs
14668
FastTransforms.chebyshevlogmoments2
14769
```
14870

149-
### Elliptic
71+
### Elliptic Submodule
15072

15173
```@docs
15274
FastTransforms.Elliptic

0 commit comments

Comments
 (0)