[vardtc] these two lines are overridden by the next two lines...

This commit is contained in:
Max Zwiessele 2016-01-12 12:33:42 +00:00
parent e917da8cce
commit f68001a84e

View file

@ -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)