ORBSLAM2在16.04上eigen错误

template
2 class LinearSolverEigen: public LinearSolver
3 {
4   public:
5     typedef Eigen::SparseMatrix SparseMatrix;
6     typedef Eigen::Triplet Triplet;
7     typedef Eigen::PermutationMatrix PermutationMatrix;






template
2 class LinearSolverEigen: public LinearSolver
3 {
4   public:
5     typedef Eigen::SparseMatrix SparseMatrix;
6     typedef Eigen::Triplet Triplet;
8     typedef Eigen::PermutationMatrix PermutationMatrix;
9     /**
复制代码

你可能感兴趣的:(ORBSLAM2在16.04上eigen错误)