Changeset 32f320 in git
- Timestamp:
- Dec 18, 2000, 6:47:18 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d768c615c1ff4f45c700144314fce28668d01c5d
- Parents:
- 10a0c5ef3797be1dba4c637d3391ac548ba28b46
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kutil.cc
r10a0c5 r32f320 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.8 5 2000-12-18 17:26:40obachman Exp $ */4 /* $Id: kutil.cc,v 1.86 2000-12-18 17:47:18 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 1685 1685 * the position is the last one 1686 1686 */ 1687 int posInT0 (const TSet set,const int length, constLObject &p)1687 int posInT0 (const TSet set,const int length,LObject &p) 1688 1688 { 1689 1689 return (length+1); … … 1696 1696 * pComp 1697 1697 */ 1698 int posInT1 (const TSet set,const int length, constLObject &p)1698 int posInT1 (const TSet set,const int length,LObject &p) 1699 1699 { 1700 1700 if (length==-1) return 0; … … 1724 1724 * length 1725 1725 */ 1726 int posInT2 (const TSet set,const int length, constLObject &p)1726 int posInT2 (const TSet set,const int length,LObject &p) 1727 1727 { 1728 1728 if (length==-1) … … 1753 1753 * totaldegree,pComp 1754 1754 */ 1755 int posInT11 (const TSet set,const int length, constLObject &p)1755 int posInT11 (const TSet set,const int length,LObject &p) 1756 1756 /*{ 1757 1757 * int j=0; … … 1810 1810 * totaldegree,pComp 1811 1811 */ 1812 int posInT110 (const TSet set,const int length, constLObject &p)1812 int posInT110 (const TSet set,const int length,LObject &p) 1813 1813 { 1814 1814 if (length==-1) return 0; … … 1855 1855 * pFDeg 1856 1856 */ 1857 int posInT13 (const TSet set,const int length, constLObject &p)1857 int posInT13 (const TSet set,const int length,LObject &p) 1858 1858 { 1859 1859 if (length==-1) return 0; … … 1884 1884 1885 1885 // determines the position based on: 1.) Ecart 2.) pLength 1886 int posInT_EcartpLength(const TSet set,const int length, constLObject &p)1886 int posInT_EcartpLength(const TSet set,const int length,LObject &p) 1887 1887 { 1888 1888 if (length==-1) return 0; … … 1923 1923 * maximaldegree, pComp 1924 1924 */ 1925 int posInT15 (const TSet set,const int length, constLObject &p)1925 int posInT15 (const TSet set,const int length,LObject &p) 1926 1926 /*{ 1927 1927 *int j=0; … … 1981 1981 * pFDeg+ecart, ecart, pComp 1982 1982 */ 1983 int posInT17 (const TSet set,const int length, constLObject &p)1983 int posInT17 (const TSet set,const int length,LObject &p) 1984 1984 /* 1985 1985 *{ … … 2045 2045 * pGetComp, pFDeg+ecart, ecart, pComp 2046 2046 */ 2047 int posInT17_c (const TSet set,const int length, constLObject &p)2047 int posInT17_c (const TSet set,const int length,LObject &p) 2048 2048 { 2049 2049 if (length==-1) return 0; … … 2110 2110 * ecart, pFDeg, length 2111 2111 */ 2112 int posInT19 (const TSet set,const int length, constLObject &p)2112 int posInT19 (const TSet set,const int length,LObject &p) 2113 2113 { 2114 2114 if (length==-1) return 0; … … 4208 4208 #ifdef HAVE_MORE_POS_IN_T 4209 4209 // determines the position based on: 1.) Ecart 2.) FDeg 3.) pLength 4210 int posInT_EcartFDegpLength(const TSet set,const int length, constLObject &p)4210 int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p) 4211 4211 { 4212 4212 … … 4262 4262 4263 4263 // determines the position based on: 1.) FDeg 2.) pLength 4264 int posInT_FDegpLength(const TSet set,const int length, constLObject &p)4264 int posInT_FDegpLength(const TSet set,const int length,LObject &p) 4265 4265 { 4266 4266 … … 4299 4299 4300 4300 // determines the position based on: 1.) Ecart 2.) FDeg 3.) pLength 4301 int posInT_pLength(const TSet set,const int length, constLObject &p)4301 int posInT_pLength(const TSet set,const int length,LObject &p) 4302 4302 { 4303 4303 if (length==-1) -
Singular/kutil.h
r10a0c5 r32f320 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1. 49 2000-12-18 17:26:41obachman Exp $ */6 /* $Id: kutil.h,v 1.50 2000-12-18 17:47:17 obachman Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 209 209 int (*red)(LObject * L,kStrategy strat); 210 210 void (*initEcart)(LObject * L); 211 int (*posInT)(const TSet T,const int tl, constLObject &h);211 int (*posInT)(const TSet T,const int tl,LObject &h); 212 212 int (*posInL)(const LSet set, const int length, 213 213 LObject* L,const kStrategy strat); … … 299 299 void initEcartPairMora (LObject* Lp,poly f,poly g,int ecartF,int ecartG); 300 300 int posInS (polyset set,int length,poly p); 301 int posInT0 (const TSet set,const int length, constLObject &p);302 int posInT1 (const TSet set,const int length, constLObject &p);303 int posInT2 (const TSet set,const int length, constLObject &p);304 int posInT11 (const TSet set,const int length, constLObject &p);305 int posInT13 (const TSet set,const int length, constLObject &p);306 int posInT15 (const TSet set,const int length, constLObject &p);307 int posInT17 (const TSet set,const int length, constLObject &p);308 int posInT19 (const TSet set,const int length, constLObject &p);309 int posInT_EcartpLength(const TSet set,const int length, constLObject &p);301 int posInT0 (const TSet set,const int length,LObject &p); 302 int posInT1 (const TSet set,const int length,LObject &p); 303 int posInT2 (const TSet set,const int length,LObject &p); 304 int posInT11 (const TSet set,const int length,LObject &p); 305 int posInT13 (const TSet set,const int length,LObject &p); 306 int posInT15 (const TSet set,const int length,LObject &p); 307 int posInT17 (const TSet set,const int length,LObject &p); 308 int posInT19 (const TSet set,const int length,LObject &p); 309 int posInT_EcartpLength(const TSet set,const int length,LObject &p); 310 310 311 311 #ifdef HAVE_MORE_POS_IN_T 312 int posInT_ pLength(const TSet set,const int length,constLObject &p);313 int posInT_ EcartFDegpLength(const TSet set,const int length,constLObject &p);314 int posInT_ FDegpLength(const TSet set,const int length,constLObject &p);312 int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p); 313 int posInT_FDegpLength(const TSet set,const int length,LObject &p); 314 int posInT_pLength(const TSet set,const int length,LObject &p); 315 315 #endif 316 316
Note: See TracChangeset
for help on using the changeset viewer.