Template Function lbcrypto::operator<<(std::ostream&, const Matrix<Element>&)

Function Documentation

template<class Element>
std::ostream &lbcrypto::operator<<(std::ostream &os, const Matrix<Element> &m)

Stream output operator

Parameters
  • &os – stream

  • &m – matrix to be outputted

Returns

the chained stream