linbox
|
NO DOC. More...
#include <cra-full-multip-fixed.h>
Public Member Functions | |
FullMultipBlasMatCRA (const std::pair< size_t, double > &p) | |
Constructor. | |
template<class Matrix > | |
void | initialize (const Domain &D, Matrix &e) |
Intialize to the first residue/prime. | |
template<class Matrix > | |
void | progress (const Domain &D, Matrix &e) |
Add a new residue (ie take into account a new prime). | |
template<class Matrix > | |
Matrix & | result (Matrix &d) |
Compute the result. |
NO DOC.
Version of LinBox::FullMultipCRA for matrices.
FullMultipBlasMatCRA | ( | const std::pair< size_t, double > & | p | ) | [inline] |
Constructor.
p | is a pair such that
|
void initialize | ( | const Domain & | D, |
Matrix & | e | ||
) | [inline] |
Intialize to the first residue/prime.
D | domain |
e |
initialize
before progress
void progress | ( | const Domain & | D, |
Matrix & | e | ||
) | [inline] |
Add a new residue (ie take into account a new prime).
D | domain |
e |
Matrix& result | ( | Matrix & | d | ) | [inline] |
Compute the result.
moves low occupied shelves up.
[out] | d |