Changeset 88615db in git
- Timestamp:
- Feb 8, 2015, 4:15:45 PM (8 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1d1f9352b22e5ec59aaeed1c6410c9cf7115303f
- Parents:
- 5a60835ee02dcb3d57c9e469c5d50e25ec5d29db
- git-author:
- jgmbenoit <quatermaster@rezozer.net>2015-02-08 16:15:45+01:00
- git-committer:
- jgmbenoit <quatermaster@rezozer.net>2015-02-08 16:17:27+01:00
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/binomial.cc
r5a6083 r88615db 301 301 { 302 302 cerr<<"\nWARNING: binomial& binomial::operator=(const binomial&):\n" 303 "assig ment from corrupt binomial"<<endl;303 "assignment from corrupt binomial"<<endl; 304 304 exponent_vector=NULL; 305 305 return (*this); -
IntegerProgramming/binomial.h
r5a6083 r88615db 115 115 116 116 117 // assig ment and access operators117 // assignment and access operators 118 118 119 119 binomial& operator=(const binomial&); -
IntegerProgramming/list.cc
r5a6083 r88615db 963 963 964 964 965 ////////////////////////// assig ment ///////////////////////////////////////965 ////////////////////////// assignment /////////////////////////////////////// 966 966 967 967 -
Singular/LIB/grobcov.lib
r5a6083 r88615db 3084 3084 // where the w_l=(n_l1,..,n_ls) are intvec of length size(L), where 3085 3085 // n_lt fixes which element of (v_t1,..,v_tk_t) is to be 3086 // cho osen to form the tth (Q,P) for the lth element of the sheaf3086 // chosen to form the tth (Q,P) for the lth element of the sheaf 3087 3087 // representing the I-regular function. 3088 3088 // The selection is done to obtian the minimal number of elements -
Singular/LIB/normal.lib
r5a6083 r88615db 186 186 if ( typeof(#[i]) == "string" ) 187 187 { 188 //--------------------------- cho osen methods -----------------------188 //--------------------------- chosen methods ----------------------- 189 189 if ( (#[i]=="isprim") or (#[i]=="isPrim") ) 190 190 {decomp = 0;} … … 5725 5725 } 5726 5726 5727 //--------------------------- cho osen methods -----------------------5727 //--------------------------- chosen methods ----------------------- 5728 5728 // "withGens": computes algebra generators for each irreducible component 5729 5729 // ### the extra code for withGens should be incorporated in the general case -
Singular/LIB/surf.lib
r5a6083 r88615db 177 177 surf_call = "singularsurf "; 178 178 surf_call = surf_call + l + " >/dev/null 2>&1"; 179 "Close window to exit from `singular urf`.";179 "Close window to exit from `singularsurf`."; 180 180 181 181 i = system("sh", surf_call); -
Singular/fevoices.cc
r5a6083 r88615db 88 88 89 89 /*2 90 * init a new voice simil iar to the current90 * init a new voice similar to the current 91 91 */ 92 92 void Voice::Next() -
Singular/fglm.cc
r5a6083 r88615db 172 172 if ( pperm[k] >= 0 ) 173 173 { 174 WerrorS( "param ater names do not agree" );174 WerrorS( "parameter names do not agree" ); 175 175 state= FglmIncompatibleRings; 176 176 } -
Singular/ipassign.cc
r5a6083 r88615db 1698 1698 if(like_lists) 1699 1699 { 1700 if (traceit&TRACE_ASSIGN) PrintS("assign list[..]=...or simil iar\n");1700 if (traceit&TRACE_ASSIGN) PrintS("assign list[..]=...or similar\n"); 1701 1701 if (like_lists==1) 1702 1702 { … … 1734 1734 return (bb==NULL) || bb->blackbox_Assign(l,r); 1735 1735 } 1736 // end of handling elems of list and simil iar1736 // end of handling elems of list and similar 1737 1737 rl=r->listLength(); 1738 1738 if (rl==1) -
kernel/GBEngine/kstd1.cc
r5a6083 r88615db 2897 2897 &olddeg,&reduc,strat, red_result); 2898 2898 2899 /* reduction of the element cho osen from L */2899 /* reduction of the element chosen from L */ 2900 2900 red_result = strat->red(&strat->P,strat); 2901 2901 } -
kernel/GBEngine/kstd2.cc
r5a6083 r88615db 1473 1473 &olddeg,&reduc,strat, red_result); 1474 1474 1475 /* reduction of the element cho osen from L */1475 /* reduction of the element chosen from L */ 1476 1476 red_result = strat->red(&strat->P,strat); 1477 1477 if (errorreported) break; … … 1836 1836 strat->P = strat->L[strat->Ll]; 1837 1837 strat->Ll--; 1838 /* reduction of the element cho osen from L */1838 /* reduction of the element chosen from L */ 1839 1839 1840 1840 if (!strat->rewCrit2(strat->P.sig, ~strat->P.sevSig, strat->P.GetLmCurrRing(), strat, strat->P.checked+1)) { … … 2677 2677 pWrite(strat->P.p); 2678 2678 #endif 2679 /* complete reduction of the element cho osen from L */2679 /* complete reduction of the element chosen from L */ 2680 2680 red_result = strat->red2(&strat->P,strat); 2681 2681 if (errorreported) break; … … 3012 3012 &olddeg,&reduc,strat, red_result); 3013 3013 3014 /* reduction of the element cho osen from L */3014 /* reduction of the element chosen from L */ 3015 3015 red_result = strat->red(&strat->P,strat); 3016 3016 } -
kernel/GBEngine/kstdfac.cc
r5a6083 r88615db 589 589 message(currRing->pFDeg(strat->P.p,currRing),&olddeg,&reduc,strat, red_result); 590 590 } 591 /* reduction of the element cho osen from L */591 /* reduction of the element chosen from L */ 592 592 kTest_TS(strat); 593 593 red_result = strat->red(&strat->P,strat); -
kernel/GBEngine/sca.cc
r5a6083 r88615db 615 615 &olddeg,&reduc,strat, red_result); 616 616 617 // reduction of the element cho osen from L617 // reduction of the element chosen from L 618 618 red_result = strat->red(&strat->P,strat); 619 619 … … 743 743 h.PrepareRed(strat->use_buckets); 744 744 745 // reduction of the element cho osen from L(?)745 // reduction of the element chosen from L(?) 746 746 red_result = strat->red(&h,strat); 747 747 -
kernel/fast_mult.cc
r5a6083 r88615db 592 592 Werror("not implemented for so small n, recursion fails");//should be length(f) 593 593 if (pLength(f)<=1) 594 Werror("not implemented for so small leng htof f, recursion fails");594 Werror("not implemented for so small length of f, recursion fails"); 595 595 // number null_number=n_Init(0,r); 596 596 number* facult=(number*) omAlloc((n+1)*sizeof(number)); -
kernel/groebner_walk/walkProc.cc
r5a6083 r88615db 118 118 if ( pperm[k] >= 0 ) 119 119 { 120 WerrorS( "param ater names do not agree" );120 WerrorS( "parameter names do not agree" ); 121 121 state= WalkIncompatibleRings; 122 122 } -
kernel/numeric/mpr_base.cc
r5a6083 r88615db 1458 1458 { 1459 1459 // this can happen, if the shift vektor or the lift funktions 1460 // are not generically cho osen.1460 // are not generically chosen. 1461 1461 Werror("resMatrixSparse::createMatrix: Found exponent not in E, id %d, set [%d, %d]!", 1462 1462 i,(*E)[i]->rc.set,(*E)[i]->rc.pnt); … … 2704 2704 break; 2705 2705 default: 2706 WerrorS("uResultant::uResultant: Unknown resultant matrix type choosen!");2706 WerrorS("uResultant::uResultant: Unknown chosen resultant matrix type!"); 2707 2707 } 2708 2708 } … … 2735 2735 break; 2736 2736 default: 2737 WerrorS("uResultant::extendIdeal: Unknown resultant matrix type choosen!");2737 WerrorS("uResultant::extendIdeal: Unknown chosen resultant matrix type!"); 2738 2738 } 2739 2739 -
kernel/numeric/mpr_inout.cc
r5a6083 r88615db 63 63 { 64 64 case mprWrongRType: 65 WerrorS("Unknown resultant matrix type choosen!");65 WerrorS("Unknown chosen resultant matrix type!"); 66 66 break; 67 67 case mprHasOne: -
libpolys/coeffs/Enumerator.h
r5a6083 r88615db 58 58 59 59 private: 60 /// disable copy constructor and assig ment operator60 /// disable copy constructor and assignment operator 61 61 IBaseEnumerator(const IBaseEnumerator&); 62 62 void operator=(const IBaseEnumerator&); … … 169 169 /** @class AIterator 170 170 * 171 * An abstract iterator with virtualized assig ment operator and171 * An abstract iterator with virtualized assignment operator and 172 172 * constructors. 173 173 * -
libpolys/coeffs/longrat.cc
r5a6083 r88615db 3086 3086 { 3087 3087 /* test, if r is an instance of nInitCoeffs(n,parameter) */ 3088 /* if param ater is not needed */3088 /* if parameter is not needed */ 3089 3089 if (n==r->type) 3090 3090 { -
libpolys/coeffs/numbers.cc
r5a6083 r88615db 277 277 { 278 278 /* test, if r is an instance of nInitCoeffs(n,parameter) */ 279 /* if param ater is not needed */279 /* if parameter is not needed */ 280 280 return (n==r->type); 281 281 } -
libpolys/polys/templates/p_Procs_Impl.h
r5a6083 r88615db 31 31 macros. 32 32 33 At run-time, a fast proc is set/cho osen if found/generated, else34 a general proc is set/cho osen.33 At run-time, a fast proc is set/chosen if found/generated, else 34 a general proc is set/chosen. 35 35 *******************************************************************/ 36 36 … … 396 396 * 397 397 * Filters which are applied to field/length/ord, before a proc is 398 * cho osen398 * chosen 399 399 * 400 400 *******************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.