Changeset b1a453 in git for libpolys/polys/clapsing.cc


Ignore:
Timestamp:
Feb 19, 2014, 2:49:08 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b9f50b373314e74e83c7c060a651dd2913e1f033')
Children:
ace936d6dc5d51a34013b39f57841e36db382b01
Parents:
607d8449052875a7ec694f015644148d54da45b5
git-author:
Martin Lee <martinlee84@web.de>2014-02-19 14:49:08+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-03-06 11:04:13+01:00
Message:
removed isSqrFree
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r607d84 rb1a453  
    15501550}
    15511551
    1552 BOOLEAN singclap_isSqrFree(poly f, const ring r)
    1553 {
    1554   BOOLEAN b=FALSE;
    1555   CanonicalForm F( convSingPFactoryP( f,r ) );
    1556   if((r->cf->type==n_Zp)&&(!F.isUnivariate()))
    1557       goto err;
    1558   b=(BOOLEAN)isSqrFree(F);
    1559   Off(SW_RATIONAL);
    1560   return b;
    1561 err:
    1562   WerrorS( feNotImplemented );
    1563   return 0;
    1564 }
    1565 
    15661552poly singclap_det( const matrix m, const ring s )
    15671553{
Note: See TracChangeset for help on using the changeset viewer.