Changeset 62 for tests/test-det.C
- Timestamp:
- 06/03/08 21:24:57 (7 months ago)
- Location:
- tests
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
test-det.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-det.C
r46 r62 17 17 using namespace std; 18 18 19 typedef Modular <double> Field;19 typedef ModularBalanced<double> Field; 20 20 21 21 int main(int argc, char** argv){ … … 31 31 exit(-1); 32 32 } 33 Field F(ato i(argv[1]));33 Field F(atof(argv[1])); 34 34 Field::Element * A; 35 35 A = read_field(F,argv[2],&n,&n);
