Changeset 63 for tests/test-charpoly.C
- Timestamp:
- 06/05/08 14:53:07 (6 months ago)
- Location:
- tests
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
test-charpoly.C (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests
- Property svn:ignore
-
old new 1 testeur_fgemm 2 testeur_lqup 1 3 test-invert 2 4 test-det
-
- Property svn:ignore
-
tests/test-charpoly.C
r62 r63 10 10 #include <iostream> 11 11 #include "fflas-ffpack/modular-balanced.h" 12 #include "fflas-ffpack/modular-positive.h" 13 #include "fflas-ffpack/modular-int.h" 12 14 #include "timer.h" 13 15 #include "Matio.h" … … 19 21 using namespace std; 20 22 21 typedef ModularBalanced<double> Field; 23 //typedef ModularBalanced<double> Field; 24 //typedef ModularBalanced<float> Field; 25 //typedef Modular<double> Field; 26 //typedef Modular<float> Field; 27 typedef Modular<int> Field; 22 28 typedef vector<Field::Element> Polynomial; 23 29
