Template Function icrar::pretty_row

Function Documentation

template<typename RowVector>
void icrar::pretty_row(const RowVector &row, std::stringstream &ss)

Prints a formatted displaying up to 6 elements.

Template Parameters
  • RowVector: Eigen RowVector type

Parameters
  • row: the row to print

  • ss: the stream to print to