Struct two_by_two_matrix¶
Defined in File mp_boost.cpp
Struct Documentation¶
-
struct
SymEngine::two_by_two_matrix¶ Public Functions
-
two_by_two_matrix(integer_class a, integer_class b, integer_class c, integer_class d)¶
-
two_by_two_matrix()¶
-
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)¶
Public Members
-
integer_class
data[2][2]¶
Public Static Functions
-
two_by_two_matrix
identity()¶
-