Skip to content

Commit c126765

Browse files
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) = X
1 parent eedb50a commit c126765

File tree

15 files changed

+311
-229
lines changed

15 files changed

+311
-229
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractGPs"
22
uuid = "99985d1d-32ba-4be9-9821-2ec096f28918"
33
authors = ["JuliaGaussianProcesses Team"]
4-
version = "0.5.9"
4+
version = "0.5.10"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -10,6 +10,7 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1010
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
1111
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13+
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1314
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1415
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1516
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
@@ -23,6 +24,7 @@ Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
2324
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
2425
IrrationalConstants = "0.1"
2526
KernelFunctions = "0.9, 0.10"
27+
PDMats = "0.11"
2628
RecipesBase = "1"
2729
Reexport = "0.2, 1"
2830
StatsBase = "0.33"

0 commit comments

Comments
 (0)