Template Function Eigen::operator<<

Function Documentation

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.

Template Parameters:
  • Scalar – The scalar type.

  • Rows – The number of rows.

  • Cols – The number of columns.

Parameters:
  • os – An output stream to print to.

  • t – The value to print.