Changeset 62 for tests/test-invert.C
- Timestamp:
- 06/03/08 21:24:57 (7 months ago)
- Location:
- tests
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
test-invert.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-invert.C
r25 r62 19 19 20 20 21 22 23 typedef Modular<double> Field; 21 typedef ModularBalanced<float> Field; 24 22 25 23 int main(int argc, char** argv){ … … 37 35 exit(-1); 38 36 } 39 Field F(ato i(argv[1]));37 Field F(atof(argv[1])); 40 38 F.init(zero,0.0); 41 39 F.init(one,1.0);
