Changeset 62 for tests/testeur_lqup.C
- Timestamp:
- 06/03/08 21:24:57 (7 months ago)
- Location:
- tests
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
testeur_lqup.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/testeur_lqup.C
r26 r62 21 21 22 22 23 typedef Modular<double> Field; 23 //typedef Modular<double> Field; 24 typedef ModularBalanced<double> Field; 25 //typedef Modular<float> Field; 26 //typedef ModularBalanced<float> Field; 24 27 //typedef Modular<int> Field; 25 //typedef Modular<float> Field;26 28 //typedef GivaroZpz<Std32> Field; 27 29 //typedef GivaroGfq Field; … … 265 267 for (size_t i=0; i<M; ++i) 266 268 for (size_t j=0; j<N; ++j) 267 if ( !(*(Abis+i*lda+j)))268 cerr<<i+1<<" "<<j+1<<" "<<(( size_t) *(Abis+i*lda+j) )<<endl;269 if (*(Abis+i*lda+j)) 270 cerr<<i+1<<" "<<j+1<<" "<<((int) *(Abis+i*lda+j) )<<endl; 269 271 cerr<<"0 0 0"<<endl<<endl; 270 272
