This commit is contained in:
Max Zwiessele 2013-12-16 15:14:15 +00:00
parent 6996700d09
commit c7311b7d53

View file

@ -2,7 +2,7 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ...util.linalg import pdinv, dpotrs
from ...util.linalg import pdinv, dpotrs, tdot
class Posterior(object):
"""