Regina Calculation Engine
|
Deals with 2x2 integer matrices. More...
#include <iostream>
Classes | |
class | regina::NMatrix2 |
Represents a 2-by-2 integer matrix. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
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. |
Deals with 2x2 integer matrices.