mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
[vardtc] these two lines are overridden by the next two lines...
This commit is contained in:
parent
e917da8cce
commit
f68001a84e
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ class VarDTC(LatentFunctionInference):
|
|||
tmp, _ = dtrtrs(Lm, psi1V, lower=1, trans=0)
|
||||
tmp, _ = dpotrs(LB, tmp, lower=1)
|
||||
woodbury_vector, _ = dtrtrs(Lm, tmp, lower=1, trans=1)
|
||||
Bi, _ = dpotri(LB, lower=1)
|
||||
symmetrify(Bi)
|
||||
#Bi, _ = dpotri(LB, lower=1)
|
||||
#symmetrify(Bi)
|
||||
Bi = -dpotri(LB, lower=1)[0]
|
||||
diag.add(Bi, 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue