linbox
|
Block Hankel. More...
#include <rational-solver.h>
Public Member Functions | |
RationalSolver (const Ring &r=Ring(), const RandomPrime &rp=RandomPrime(DEFAULT_PRIMESIZE)) | |
Constructor. | |
RationalSolver (const Prime &p, const Ring &r=Ring(), const RandomPrime &rp=RandomPrime(DEFAULT_PRIMESIZE)) | |
Constructor, trying the prime p first. |
Block Hankel.
NO DOC
RationalSolver | ( | const Ring & | r = Ring() , |
const RandomPrime & | rp = RandomPrime(DEFAULT_PRIMESIZE) |
||
) | [inline] |
Constructor.
r | a Ring, set by default |
rp | a RandomPrime generator, set by default |
RationalSolver | ( | const Prime & | p, |
const Ring & | r = Ring() , |
||
const RandomPrime & | rp = RandomPrime(DEFAULT_PRIMESIZE) |
||
) | [inline] |
Constructor, trying the prime p first.
p | a Prime |
r | a Ring, set by default |
rp | a RandomPrime generator, set by default |