-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
51 lines (48 loc) · 1.37 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
destination: docs/
home:
links:
- text: Discrete splines paper
href: https://www.stat.berkeley.edu/~ryantibs/papers/dspline.pdf
repo:
url:
home: https://github.com/glmgen/dspline/tree/main/
source: https://github.com/glmgen/dspline/blob/main/
issue: https://github.com/glmgen/dspline/issues
user: https://github.com/
reference:
- title: Discrete calculus
desc: Divided differencing, discrete differentiation, and discrete integration.
- contents:
- divided_diff
- discrete_deriv
- discrete_integ
- title: Matrix multiplication
desc: Multiplication by discrete derivative and falling factorial basis matrices.
- contents:
- d_mat_mult
- b_mat_mult
- h_mat_mult
- title: Matrix construction
desc: Construction of discrete derivative and discrete spline basis matrices.
- contents:
- d_mat
- b_mat
- h_mat
- n_mat
- title: Basis evaluation
desc: Evaluation of falling factorial and discrete B-spline basis functions.
- contents:
- h_eval
- n_eval
- title: Interpolation
desc: Interpolation within the "canonical" space of discrete splines.
- contents:
- dspline_interp
- title: Projection
desc: Least squares projection onto "custom" spaces of discrete splines.
- contents:
- dspline_solve
- title: In-place computations
desc: Divided differencing and matrix multiplication using in-place operations.
- contents:
- dot_functions