Changeset 3aa9b6 in git


Ignore:
Timestamp:
Sep 7, 2011, 9:09:44 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
Children:
993ae23c42531aacfd0a9699643f5d31f6095349
Parents:
24a614b681d4af53443e0c34996cabb9b422a5b7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-07 21:09:44+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:34+01:00
Message:
TODO: singclap_{irrCharSeries,neworder} are commented out and shell not be used YET!
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r24a614b r3aa9b6  
    981981      if(strcmp(sys_cmd,"neworder")==0)
    982982      {
    983         if ((h!=NULL) &&(h->Typ()==IDEAL_CMD))
     983#if 1
     984  Werror("Sorry: not yet re-factored: see libpolys/polys/clapsing.cc");
     985  return FALSE;
     986#else   
     987        if ((h!=NULL) &&(h->Typ()==IDEAL_CMD))
    984988        {
    985989          res->rtyp=STRING_CMD;
     
    989993        else
    990994          WerrorS("ideal expected");
     995#endif 
    991996      }
    992997      else
  • Singular/ipshell.cc

    r24a614b r3aa9b6  
    28192819BOOLEAN jjCHARSERIES(leftv res, leftv u)
    28202820{
     2821#if 1
     2822  Werror("Sorry: not yet re-factored: see libpolys/polys/clapsing.cc");
     2823  return FALSE;
     2824#else   
    28212825  res->data=singclap_irrCharSeries((ideal)u->Data(), currRing);
    28222826  return (res->data==NULL);
     2827#endif
    28232828}
    28242829#endif
  • libpolys/polys/clapsing.cc

    r24a614b r3aa9b6  
    962962}*/
    963963
    964 /*char* singclap_neworder ( ideal I, const ring r)
     964/*
     965char* singclap_neworder ( ideal I, const ring r)
    965966{
    966967  int i;
  • libpolys/polys/clapsing.h

    r24a614b r3aa9b6  
    2424
    2525/*
     26// commented out!
    2627napoly singclap_alglcm ( napoly f, napoly g );
    2728void singclap_algdividecontent ( napoly f, napoly g, napoly &ff, napoly &gg );
     
    4041ideal singclap_sqrfree ( poly f, const ring r );
    4142
    42 matrix singclap_irrCharSeries ( ideal I, const ring r);
    43 
    4443#ifdef HAVE_NTL
    4544#if 1
     
    5352BOOLEAN singclap_isSqrFree(poly f, const ring r);
    5453
    55 char* singclap_neworder ( ideal I, const ring r);
     54/*
     55 // need libfac??? commented out!
     56 matrix singclap_irrCharSeries ( ideal I, const ring r);
     57 char* singclap_neworder ( ideal I, const ring r);
     58*/
    5659
    5760poly singclap_det( const matrix m, const ring r );
Note: See TracChangeset for help on using the changeset viewer.