|
Public Types |
typedef _Field | Field |
typedef Field::Element | Element |
Static Public Methods |
template<class Poly, class IMatrix> Poly & | minPoly (Poly &y, const IMatrix &M) |
template<class IMatrix> int | minPolyDegree (const IMatrix &M, int n_try=1) |
template<class Poly, class IMatrix> Poly & | minPoly (Poly &y, const IMatrix &M, int degree) |
template<class Poly, class IMatrix> Poly & | minPolyNonSymmetric (Poly &y, const IMatrix &M, int degree) |
template<class Poly, class IMatrix> Poly & | minPolySymmetric (Poly &y, const IMatrix &M, int degree) |
template<class IMatrix> bool | isSymmetric (const IMatrix &M, int n_try=1) |