Fixed formatting
parent
b6ddb2197b
commit
f704dbe0c2
|
|
@ -386,8 +386,7 @@ break;
|
||||||
|
|
||||||
// Form Ab' * Ab
|
// Form Ab' * Ab
|
||||||
tic(3, "combine");
|
tic(3, "combine");
|
||||||
HessianFactor::shared_ptr //
|
HessianFactor::shared_ptr combinedFactor(new HessianFactor(factors, dimensions, scatter));
|
||||||
combinedFactor(new HessianFactor(factors, dimensions, scatter));
|
|
||||||
toc(3, "combine");
|
toc(3, "combine");
|
||||||
|
|
||||||
// Do Cholesky, note that after this, the lower triangle still contains
|
// Do Cholesky, note that after this, the lower triangle still contains
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue