Changeset fbf8a6 in git for polys/polys.cc


Ignore:
Timestamp:
Nov 10, 2010, 1:44:17 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
4e8ef901f80a972f6e768843d7734db1305268ca
Parents:
8d1d30c2bf4983fc7e94265f6fac94f09b3385fb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-11-10 13:44:17+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:37+01:00
Message:
p_Size
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/polys.cc

    r8d1d30c rfbf8a6  
    745745#endif
    746746
    747 int pSize(poly p)
    748 {
    749   int count = 0;
    750   while ( p != NULL )
    751   {
    752     count+= nSize( pGetCoeff( p ) );
    753     pIter( p );
    754   }
    755   return count;
    756 }
    757 
    758747/*2
    759748* returns the length of a (numbers of monomials)
Note: See TracChangeset for help on using the changeset viewer.