Changeset 9d5ba2 in git
- Timestamp:
- Sep 9, 2011, 4:01:53 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 2fce0e72bb8742c39ab721c3ed1e0d384db1ea25
- Parents:
- 5c71ae1fd4987dac7b2142990d7a4c35826aec1b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 16:01:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:39+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
r5c71ae1 r9d5ba2 1083 1083 } 1084 1084 1085 int singclap_det_i( intvec * m) 1086 { 1087 setCharacteristic( 0 ); 1085 int singclap_det_i( intvec * m, const ring r) 1086 { 1087 // assume( r == currRing ); // Anything else is not guaranted to work! 1088 1089 setCharacteristic( 0 ); // ? 1088 1090 CFMatrix M(m->rows(),m->cols()); 1089 1091 int i,j; … … 1096 1098 } 1097 1099 int res= convFactoryISingI( determinant(M,m->rows()) ) ; 1098 Off(SW_RATIONAL); 1100 Off(SW_RATIONAL); // ? 1099 1101 return res; 1100 1102 }
Note: See TracChangeset
for help on using the changeset viewer.