SymEngine::two_by_two_matrix Struct Reference

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_matrixoperator= (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]
 

Detailed Description

Definition at line 287 of file mp_boost.cpp.


The documentation for this struct was generated from the following file: