Changeset 9d5ba2 in git


Ignore:
Timestamp:
Sep 9, 2011, 4:01:53 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
FIX: singclap_det_i
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r5c71ae1 r9d5ba2  
    10831083}
    10841084
    1085 int singclap_det_i( intvec * m)
    1086 {
    1087   setCharacteristic( 0 );
     1085int singclap_det_i( intvec * m, const ring r)
     1086{
     1087//  assume( r == currRing ); // Anything else is not guaranted to work!
     1088   
     1089  setCharacteristic( 0 ); // ?
    10881090  CFMatrix M(m->rows(),m->cols());
    10891091  int i,j;
     
    10961098  }
    10971099  int res= convFactoryISingI( determinant(M,m->rows()) ) ;
    1098   Off(SW_RATIONAL);
     1100  Off(SW_RATIONAL); // ?
    10991101  return res;
    11001102}
Note: See TracChangeset for help on using the changeset viewer.