Changeset 62 for tests/test-charpoly.C
- Timestamp:
- 06/03/08 21:24:57 (7 months ago)
- Location:
- tests
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
test-charpoly.C (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests
-
Property
svn:ignore set
to
test-invert
test-det
dense_generator
test-frobenius
Makefile
test-charpoly
test-lqup
test-fgemm
test-fgemv
test-ftrsm
test-rank
-
Property
svn:ignore set
to
-
tests/test-charpoly.C
r4 r62 9 9 #include <iomanip> 10 10 #include <iostream> 11 #include "fflas-ffpack/modular- positive.h"11 #include "fflas-ffpack/modular-balanced.h" 12 12 #include "timer.h" 13 13 #include "Matio.h" … … 19 19 using namespace std; 20 20 21 typedef Modular <double> Field;21 typedef ModularBalanced<double> Field; 22 22 typedef vector<Field::Element> Polynomial; 23 23
