Home
last modified time | relevance | path

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

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dcharpoly-rational.h111 struct MyIntegerModularCharpoly { struct
117 MyIntegerModularCharpoly(const Blackbox& b, const MyMethod& n, in MyIntegerModularCharpoly() argument
122 MyIntegerModularCharpoly(MyIntegerModularCharpoly& C) : in MyIntegerModularCharpoly() function
128 IterationResult operator()(Polynomial& P, const Field& F) const in operator()