Functions |
REGINA_API std::ostream & | regina::operator<< (std::ostream &out, const NMatrix2 &mat) |
| Writes the given matrix to the given output stream.
|
REGINA_API bool | regina::simpler (const NMatrix2 &m1, const NMatrix2 &m2) |
| Determines whether the first given matrix is more aesthetically pleasing than the second.
|
REGINA_API bool | regina::simpler (const NMatrix2 &pair1first, const NMatrix2 &pair1second, const NMatrix2 &pair2first, const NMatrix2 &pair2second) |
| Determines whether the first given pair of matrices is more aesthetically pleasing than the second pair.
|
Deals with 2x2 integer matrices.