27#ifndef G2O_BASE_BINARY_EDGE_H
28#define G2O_BASE_BINARY_EDGE_H
36template <
int D,
typename E,
typename VertexXi,
typename VertexXj>
BaseFixedSizedEdge< D, E, VertexXi, VertexXj >::template JacobianType< D, VertexXj::Dimension > & _jacobianOplusXj
BaseFixedSizedEdge< D, E, VertexXi, VertexXj >::template JacobianType< D, VertexXi::Dimension > & _jacobianOplusXi
std::tuple< JacobianType< D, VertexTypes::Dimension >... > _jacobianOplus
typename Eigen::Matrix< double, EdgeDimension, VertexDimension, EdgeDimension==1 ? Eigen::RowMajor :Eigen::ColMajor >::AlignedMapType JacobianType