release/4.3a0
Yong-Dian Jian 2012-06-27 16:49:14 +00:00
parent 55655d0708
commit b8c346b60d
2 changed files with 2 additions and 4 deletions

View File

@ -54,8 +54,7 @@ namespace gtsam {
std::cout << s
<< "maximum conditional size = " << max_size << std::endl
<< "average conditional size = " << total / n << std::endl
<< "density = " << 100.0 * total / (double) (n*(n+1)/2) << " %" << std::endl
<< std::endl;
<< "density = " << 100.0 * total / (double) (n*(n+1)/2) << " %" << std::endl;
}
/* ************************************************************************* */

View File

@ -110,8 +110,7 @@ namespace gtsam {
<<"avg Conditional Size: " << avgConditionalSize << std::endl
<< "max Conditional Size: " << maxConditionalSize << std::endl
<< "avg Separator Size: " << avgSeparatorSize << std::endl
<< "max Separator Size: " << maxSeparatorSize << std::endl
<< std::endl;
<< "max Separator Size: " << maxSeparatorSize << std::endl;
}
/* ************************************************************************* */