release/4.3a0
Frank Dellaert 2025-05-07 17:15:17 -04:00
parent db260f66ee
commit 2ba3bc360d
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ namespace gtsam {
for (DenseIndex pos = 0; pos < static_cast<DenseIndex>(n); ++pos) {
Key j = keys_[pos];
// Get the diagonal block G_jj and add its diagonal elements to d
DMap(d + D * j) += info_.info_.diagonal(pos);
DMap(d + D * j) += info_.diagonal(pos);
}
}