Commit c126765
authored
Minor changes towards GPU compatibility (#236)
* return lazy Fill arrays for mean functions from #197
* replace Diagonal(Fill(...)) with PDMats.ScalMat
* add tr_Cf_invΣy method for ScalMat & tests
* _cholesky for ScalMat
* update Manifests
* _symmetric(X::AbstractPDMat) = X1 parent eedb50a commit c126765
File tree
15 files changed
+311
-229
lines changed- docs
- examples
- 0-intro-1d
- 1-mauna-loa
- 2-deep-kernel-learning
- 3-parametric-heteroscedastic
- src
- util
- test
15 files changed
+311
-229
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments