linbox
Public Member Functions
RationalSolver< Ring, Field, RandomPrime, BlockHankelTraits > Class Reference

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.

Detailed Description

Block Hankel.

NO DOC


Constructor & Destructor Documentation

RationalSolver ( const Ring &  r = Ring(),
const RandomPrime &  rp = RandomPrime(DEFAULT_PRIMESIZE) 
) [inline]

Constructor.

Parameters:
ra Ring, set by default
rpa 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.

Parameters:
pa Prime
ra Ring, set by default
rpa RandomPrime generator, set by default

The documentation for this class was generated from the following files: