Implements printers for Sophus/Eigen types. More...
Go to the source code of this file.
Namespaces | |
Eigen | |
Sophus | |
Functions | |
template<class Scalar , int Rows, int Cols> | |
std::ostream & | Eigen::operator<< (std::ostream &os, const Eigen::Matrix< Scalar, Rows, Cols > &t) |
Printer for Eigen matrices. More... | |
template<class Scalar > | |
std::ostream & | Sophus::operator<< (std::ostream &os, const Sophus::SE2< Scalar > &t) |
Printer for SE2 elements. More... | |
template<class Scalar > | |
std::ostream & | Sophus::operator<< (std::ostream &os, const Sophus::SO2< Scalar > &t) |
Printer for SO2 elements. More... | |
Implements printers for Sophus/Eigen types.
Definition in file sophus_printers.hpp.