#include <iostream>
Namespaces | |
| namespace | regina |
Classes | |
| class | regina::NMatrix2 |
| Represents a 2-by-2 integer matrix. More... | |
Functions | |
| std::ostream & | regina::operator<< (std::ostream &out, const NMatrix2 &mat) |
| Writes the given matrix to the given output stream. | |
| bool | regina::simpler (const NMatrix2 &m1, const NMatrix2 &m2) |
| Determines whether the first given matrix is more aesthetically pleasing than the second. | |
| 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. | |