Changeset 3aa9b6 in git
- Timestamp:
- Sep 7, 2011, 9:09:44 PM (12 years ago)
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r24a614b r3aa9b6 981 981 if(strcmp(sys_cmd,"neworder")==0) 982 982 { 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)) 984 988 { 985 989 res->rtyp=STRING_CMD; … … 989 993 else 990 994 WerrorS("ideal expected"); 995 #endif 991 996 } 992 997 else -
Singular/ipshell.cc
r24a614b r3aa9b6 2819 2819 BOOLEAN jjCHARSERIES(leftv res, leftv u) 2820 2820 { 2821 #if 1 2822 Werror("Sorry: not yet re-factored: see libpolys/polys/clapsing.cc"); 2823 return FALSE; 2824 #else 2821 2825 res->data=singclap_irrCharSeries((ideal)u->Data(), currRing); 2822 2826 return (res->data==NULL); 2827 #endif 2823 2828 } 2824 2829 #endif -
libpolys/polys/clapsing.cc
r24a614b r3aa9b6 962 962 }*/ 963 963 964 /*char* singclap_neworder ( ideal I, const ring r) 964 /* 965 char* singclap_neworder ( ideal I, const ring r) 965 966 { 966 967 int i; -
libpolys/polys/clapsing.h
r24a614b r3aa9b6 24 24 25 25 /* 26 // commented out! 26 27 napoly singclap_alglcm ( napoly f, napoly g ); 27 28 void singclap_algdividecontent ( napoly f, napoly g, napoly &ff, napoly &gg ); … … 40 41 ideal singclap_sqrfree ( poly f, const ring r ); 41 42 42 matrix singclap_irrCharSeries ( ideal I, const ring r);43 44 43 #ifdef HAVE_NTL 45 44 #if 1 … … 53 52 BOOLEAN singclap_isSqrFree(poly f, const ring r); 54 53 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 */ 56 59 57 60 poly singclap_det( const matrix m, const ring r );
Note: See TracChangeset
for help on using the changeset viewer.