Changeset d2fc749 in git


Ignore:
Timestamp:
Aug 18, 2013, 9:09:30 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
34b5687ce1d29d33b442f1ef36adf16e862d5a6e
Parents:
f36755e8e4a754eb8a49487d0e998ed26a2b2c78
git-author:
Martin Lee <martinlee84@web.de>2013-08-18 21:09:30+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:33+02:00
Message:
chg: renamed absBiFactorize to absFactorize
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    rf36755 rd2fc749  
    16951695}
    16961696
    1697 ideal singclap_absBiFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r)
     1697ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r)
    16981698{
    16991699  p_Test(f, r);
  • libpolys/polys/clapsing.h

    rf36755 rd2fc749  
    5858intvec* singntl_LLL(intvec* A, const ring r);
    5959
    60 ideal singclap_absBiFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r);
     60ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r);
    6161#  endif
    6262# endif
Note: See TracChangeset for help on using the changeset viewer.