linbox
poweroftwo_ranks.C File Reference
#include <linbox/linbox-config.h>
#include <iostream>
#include <givaro/modular.h>
#include <linbox/matrix/sparse-matrix.h>
#include <linbox/solutions/smith-form.h>
#include <linbox/algorithms/smith-form-sparseelim-poweroftwo.h>

Functions

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)
 

Function Documentation

◆ runpoweroftworank()

template<class Int_type, class Ring_type = Givaro::ZRing<Int_type>>
void runpoweroftworank ( ifstream & input,
const size_t exponent,
size_t StPr )

◆ main()

int main ( int argc,
char ** argv )