projects
/
libdai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced complex numbers by real numbers
[libdai.git]
/
include
/
dai
/
treeep.h
diff --git
a/include/dai/treeep.h
b/include/dai/treeep.h
index
4d3e417
..
edef1ce
100644
(file)
--- a/
include/dai/treeep.h
+++ b/
include/dai/treeep.h
@@
-111,7
+111,7
@@
class TreeEP : public JTree {
std::string identify() const;
void init();
double run();
-
Complex
logZ() const;
+
Real
logZ() const;
bool offtree( size_t I ) const { return (fac2OR[I] == -1U); }