Namespaces | |
internal | |
Typedefs | |
template<typename Scalar , int Dims> | |
using | Vector = Eigen::Matrix< Scalar, Dims, 1 > |
Type alias for single-column matrices, available starting Eigen 3.4. More... | |
Functions | |
template<class Scalar , int Rows, int Cols> | |
std::ostream & | operator<< (std::ostream &os, const Eigen::Matrix< Scalar, Rows, Cols > &t) |
Printer for Eigen matrices. More... | |
using Eigen::Vector = typedef Eigen::Matrix<Scalar, Dims, 1> |
Type alias for single-column matrices, available starting Eigen 3.4.
Definition at line 24 of file eigen_compatibility.hpp.
std::ostream& Eigen::operator<< | ( | std::ostream & | os, |
const Eigen::Matrix< Scalar, Rows, Cols > & | t | ||
) |
Printer for Eigen matrices.
Scalar | The scalar type. |
Rows | The number of rows. |
Cols | The number of columns. |
os | An output stream to print to. |
t | The value to print. |
Definition at line 40 of file sophus_printers.hpp.