Changeset d8a7da in git for factory/facFqBivarUtil.h


Ignore:
Timestamp:
Mar 15, 2013, 1:54:27 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
93e7364ff81efde654648b43b93070f1ff358dfe
Parents:
cd429e3b827c72970f7c3db6b3b3d12f45e000f0
git-author:
Martin Lee <martinlee84@web.de>2013-03-15 13:54:27+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-03-22 15:52:34+01:00
Message:
chg: added new function to compute bounds wrt different main var
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivarUtil.h

    rcd429e rd8a7da  
    210210              );
    211211
     212/// as above just wrt to the other variable
     213///
     214/// @return @a computeBounds returns bounds as described above
     215int *
     216computeBoundsWrtDiffMainvar
     217              (const CanonicalForm& F,///< [in] compressed bivariate polynomial
     218               int& n,                ///< [in,out] length of output
     219               bool& isIrreducible    ///< [in,out] check if poly is irreducible
     220              );
     221
    212222/// extract coefficients of \f$ x^i \f$ for \f$i\geq k\f$ where \f$ x \f$ is
    213223/// a variable of level 1
Note: See TracChangeset for help on using the changeset viewer.