|
linbox
|
#include <linbox/linbox-config.h>#include <iostream>#include <string>#include <vector>#include <list>#include <linbox/ring/modular.h>#include <linbox/matrix/sparse-matrix.h>#include <linbox/algorithms/smith-form-sparseelim-local.h>#include <linbox/algorithms/smith-form-sparseelim-poweroftwo.h>#include <linbox/util/timer.h>#include <linbox/ring/pir-modular-int32.h>#include <linbox/algorithms/smith-form-valence.h>Functions | |
| template<class I1, class Lp> | |
| void | distinct (I1 a, I1 b, Lp &c) |
| template<class I> | |
| void | display (I b, I e) |
| template<class Int_type, class Ring_type = Givaro::ZRing<Int_type>> | |
| void | runpoweroftworank (ifstream &input, const size_t exponent, size_t StPr) |
| int | main (int argc, char *argv[]) |
| void distinct | ( | I1 | a, |
| I1 | b, | ||
| Lp & | c ) |
| void runpoweroftworank | ( | ifstream & | input, |
| const size_t | exponent, | ||
| size_t | StPr ) |
| int main | ( | int | argc, |
| char * | argv[] ) |