NO DOC.
More...
#include <cra-full-multip-fixed.h>
|
| FullMultipBlasMatCRA (const std::pair< size_t, double > &p) |
| Constructor. More...
|
|
template<class Matrix > |
void | initialize (const Domain &D, Matrix &e) |
| Intialize to the first residue/prime. More...
|
|
template<class Matrix > |
void | progress (const Domain &D, Matrix &e) |
| Add a new residue (ie take into account a new prime). More...
|
|
template<class Matrix > |
Matrix & | result (Matrix &d) |
| Compute the result. More...
|
|
template<class Domain_Type>
struct LinBox::FullMultipBlasMatCRA< Domain_Type >
NO DOC.
Version of LinBox::FullMultipCRA for matrices.
Constructor.
- Parameters
-
p | is a pair such that
p.first is the size of a residue, it would be 1 for "FullSingle"
p.second is the theoretical upperbound (natural logarithm) on the size of the integers to reconstruct.
|
void initialize |
( |
const Domain & |
D, |
|
|
Matrix & |
e |
|
) |
| |
|
inline |
Intialize to the first residue/prime.
- Parameters
-
- Precondition
- any CRA should first call
initialize
before progress
void progress |
( |
const Domain & |
D, |
|
|
Matrix & |
e |
|
) |
| |
|
inline |
Add a new residue (ie take into account a new prime).
- Parameters
-
Matrix& result |
( |
Matrix & |
d) | |
|
|
inline |
Compute the result.
moves low occupied shelves up.
- Parameters
-
The documentation for this struct was generated from the following file: