-
Notifications
You must be signed in to change notification settings - Fork 16
/
_pkgdown.yml
128 lines (113 loc) · 3.15 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
url: http://friendly.github.io/matlib
template:
bootstrap: 5
includes:
in_header: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css" integrity="sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js" integrity="sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/contrib/auto-render.min.js" integrity="sha384-43gviWU0YVjaDtb/GhzOouOXtZMP/7XUzwPTstBeZFe/+rCMvRwr4yROQP43s0Xk" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
# params:
# bootswatch: cerulean
bslib:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
reference:
- title: Package description
contents:
- matlib-package
- title: Convenience functions
desc: Simple functions for matrix algebra oparations
contents:
- J
- len
- mpower
- Proj
- R
- symMat
- tr
- vec
- xprod
- title: Determinants
desc: Functions for calculating determinants by cofactor expansion
contents:
- adjoint
- cofactor
- Det
- minor
- rowCofactors
- rowMinors
- title: Elementary row operations
desc: Functions for solving linear equations "manually" by the steps used in row echelon form and Gaussian elimination
contents:
- rowadd
- rowmult
- rowswap
- buildTmat
- title: Linear equations
desc: Functions to illustrate linear equations of the form $\mathbf{A x = b}$
contents:
- showEqn
- plotEqn
- plotEqn3d
- Solve
- printMatEqn
- printMatrix
- title: LaTeX matrices
desc: Create and manipulate LaTeX repesentations of matrices and matrix equations
contents:
- matrix2latex
- latexMatrix
- latexMatrixOperations
- Eqn
- title: Gaussian elimination
desc: Functions for illustrating Gaussian elimination
contents:
- cholesky
- echelon
- gaussianElimination
- Ginv
- inv
- Inverse
- LU
- MoorePenrose
- QR
- swp
- title: Eigenvalues
desc: Functions to illustrate the algorithms for calculating eigenvalues and eigenvectors
contents:
- Eigen
- powerMethod
- showEig
- SVD
- title: Vector diagrams
desc: Functions for drawing vector diagrams in 2D and 3D
contents:
- angle
- arc
- arrows3d
- circle
- circle3d
- cone3d
- corner
- getYmult
- pointOnLine
- regvec3d
- plot.regvec3d
- vectors
- vectors3d
- title: Other
desc: Other functions in the package, unclassified
contents:
- matrix2latex
- GramSchmidt
- gsorth
- svdDemo
- vandermode
- title: Data
desc: Some small data sets used in examples
contents:
- class
- coffee
- therapy
- workers