remove unused typedef.
parent
8bbf07ebb1
commit
1b2d1aadd6
|
|
@ -259,7 +259,6 @@ public:
|
||||||
// g = F' * (b - E * P * E' * b)
|
// g = F' * (b - E * P * E' * b)
|
||||||
|
|
||||||
Eigen::Matrix<double, D, D> matrixBlock;
|
Eigen::Matrix<double, D, D> matrixBlock;
|
||||||
typedef SymmetricBlockMatrix::Block Block; ///< A block from the Hessian matrix
|
|
||||||
|
|
||||||
// a single point is observed in m cameras
|
// a single point is observed in m cameras
|
||||||
size_t m = Fs.size(); // cameras observing current point
|
size_t m = Fs.size(); // cameras observing current point
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue