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