Fix type
parent
db260f66ee
commit
2ba3bc360d
|
@ -305,7 +305,7 @@ namespace gtsam {
|
||||||
for (DenseIndex pos = 0; pos < static_cast<DenseIndex>(n); ++pos) {
|
for (DenseIndex pos = 0; pos < static_cast<DenseIndex>(n); ++pos) {
|
||||||
Key j = keys_[pos];
|
Key j = keys_[pos];
|
||||||
// Get the diagonal block G_jj and add its diagonal elements to d
|
// 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue