linbox
Public Member Functions
RationalSolver< Ring, Field, RandomPrime, Method::BlockHankel > Class Template Reference

Block Hankel. More...

#include <rational-solver.h>

Public Member Functions

 RationalSolver (const Ring &r=Ring(), const RandomPrime &rp=RandomPrime())
 Constructor. More...
 
 RationalSolver (const Prime &p, const Ring &r=Ring(), const RandomPrime &rp=RandomPrime())
 Constructor, trying the prime p first. More...
 

Detailed Description

template<class Ring, class Field, class RandomPrime>
class LinBox::RationalSolver< Ring, Field, RandomPrime, Method::BlockHankel >

Block Hankel.

NO DOC

Constructor & Destructor Documentation

◆ RationalSolver() [1/2]

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

Constructor.

Parameters
ra Ring, set by default
rpa RandomPrime generator, set by default

◆ RationalSolver() [2/2]

RationalSolver ( const Prime &  p,
const Ring &  r = Ring(),
const RandomPrime &  rp = RandomPrime() 
)
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: