change TODO to note since calling .eval() in Eigen is valid
parent
84b42ed392
commit
bef76b50f9
|
|
@ -438,8 +438,7 @@ class CameraSet : public std::vector<CAMERA, Eigen::aligned_allocator<CAMERA>> {
|
||||||
|
|
||||||
// (DxD) += (DxZDim) * ( (ZDimxD) - (ZDimx3) * (3xZDim) * (ZDimxD) )
|
// (DxD) += (DxZDim) * ( (ZDimxD) - (ZDimx3) * (3xZDim) * (ZDimxD) )
|
||||||
// add contribution of current factor
|
// add contribution of current factor
|
||||||
// TODO(gareth): Eigen doesn't let us pass the expression. Call eval() for
|
// Eigen doesn't let us pass the expression so we call eval()
|
||||||
// now...
|
|
||||||
augmentedHessian.updateDiagonalBlock(
|
augmentedHessian.updateDiagonalBlock(
|
||||||
aug_i,
|
aug_i,
|
||||||
((FiT *
|
((FiT *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue