Home
last modified time | relevance | path

Searched defs:IntegerModularCharpoly (Results 1 – 1 of 1) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/solutions/
H A Dcharpoly.h167 struct IntegerModularCharpoly { struct
171 IntegerModularCharpoly(const Blackbox& b, const MyMethod& n) : in IntegerModularCharpoly() function
176 IterationResult operator()(Polynomial& P, const Field& F) const in operator()