Changeset 63 for tests/test-fgemm.C

Show
Ignore:
Timestamp:
06/05/08 14:53:07 (7 months ago)
Author:
pernet
Message:

Update finite field usage

Location:
tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tests

    • Property svn:ignore
      •  

        old new  
         1testeur_fgemm 
         2testeur_lqup 
        13test-invert 
        24test-det 
  • tests/test-fgemm.C

    r62 r63  
    1515using namespace std; 
    1616 
    17 #include "fflas-ffpack/modular-positive.h" 
     17//#include "fflas-ffpack/modular-positive.h" 
     18//#include "fflas-ffpack/modular-balanced.h" 
     19#include "fflas-ffpack/modular-int.h" 
    1820#include "timer.h" 
    1921#include "Matio.h" 
     
    2325 
    2426 
    25 typedef Modular<double> Field; 
     27//typedef Modular<double> Field; 
    2628//typedef Modular<float> Field; 
    27 //typedef ModularBalanced<double> Field; 
     29typedef ModularBalanced<double> Field; 
    2830//typedef ModularBalanced<float> Field; 
    2931//typedef Modular<int> Field;