Changeset 2f573cc in git for libfac/charset


Ignore:
Timestamp:
Oct 12, 2010, 11:45:58 AM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cd3dd1380fd4640bedd9c9aadf0c15e9113e7a9c
Parents:
e31d298046b3c48cd4d618071c9f63b60c561667
Message:
new system function "factoras" to factorize over multiple extensions


git-svn-id: file:///usr/local/Singular/svn/trunk@13456 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac/charset
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfac/charset/alg_factor.cc

    re31d29 r2f573cc  
    811811
    812812CFFList
    813 newcfactor(const CanonicalForm & f, const CFList & as, int success ){
     813newcfactor(const CanonicalForm & f, const CFList & as, int & success ){
    814814  Off(SW_RATIONAL);
    815815  CFFList Output, output, Factors=Factorize(f); On(SW_RATIONAL);
  • libfac/charset/alg_factor.h

    re31d29 r2f573cc  
    2828
    2929CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success);
    30 CFFList newcfactor(const CanonicalForm & f, const CFList & as, int success );
    3130/*BEGINPUBLIC*/
     31CFFList newcfactor(const CanonicalForm & f, const CFList & as, int & success );
    3232/*ENDPUBLIC*/
    3333
Note: See TracChangeset for help on using the changeset viewer.