Public Member Functions | |
two_by_two_matrix (integer_class a, integer_class b, integer_class c, integer_class d) | |
two_by_two_matrix (const two_by_two_matrix &other)=default | |
two_by_two_matrix & | operator= (const two_by_two_matrix &other) |
two_by_two_matrix | operator* (const two_by_two_matrix &other) |
two_by_two_matrix | pow (unsigned long n) |
Static Public Member Functions | |
static two_by_two_matrix | identity () |
Data Fields | |
integer_class | data [2][2] |
Definition at line 287 of file mp_boost.cpp.