release/4.3a0
parent
55655d0708
commit
b8c346b60d
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue