Sparse LU.
More...
#include <rational-solver.h>
|
| | RationalSolver (const Ring &r=Ring(), const RandomPrime &rp=RandomPrime(20)) |
| | Constructor. More...
|
| |
| | RationalSolver (const Prime &p, const Ring &r=Ring(), const RandomPrime &rp=RandomPrime(20)) |
| | Constructor, trying the prime p first. More...
|
| |
template<class Ring, class Field, class RandomPrime>
class LinBox::RationalSolver< Ring, Field, RandomPrime, SparseEliminationTraits >
Sparse LU.
NO DOC
| RationalSolver |
( |
const Ring & |
r = Ring(), |
|
|
const RandomPrime & |
rp = RandomPrime( 20 ) |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| 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( 20 ) |
|
) |
| |
|
inline |
Constructor, trying the prime p first.
- Parameters
-
| p | a Prime |
| r | a Ring, set by default |
| rp | a RandomPrime generator, set by default |
The documentation for this class was generated from the following files: