source: git/libpolys/polys/monomials/p_polys.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @805d0b1   11 years Oleksandr improved (standalone!) header for polynomials ... jengelh-datetimespielwiese
(edit) @599813   11 years Oleksandr minor changes/improvements add: default return value for a ... jengelh-datetimespielwiese
(edit) @131ab78   11 years hannes fix: p_Power, p_TewoMonPower for exp > char(k) jengelh-datetimespielwiese
(edit) @a10fdf   11 years hannes fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large ... jengelh-datetimespielwiese
(edit) @bcfd11a   11 years Oleksandr elimination of rMinpolyIsNULL in favour of nCoeff_is_algExt fix ... jengelh-datetimespielwiese
(edit) @7fee876   11 years Oleksandr moved prarameter-handling to coeffs from rings.* and related fixes ... jengelh-datetimespielwiese
(edit) @ce1f78   11 years Oleksandr fixed short/long output of coeffs depending on ShortOut/CanShortOut ... jengelh-datetimespielwiese
(edit) @55e2df0   11 years Oleksandr added p_EqualPolys for elements over _equal_ rings jengelh-datetimespielwiese
(edit) @90f57e   11 years martinlee84 fix: n_PermNumber jengelh-datetimespielwiese
(edit) @3a8a0d9   11 years Oleksandr fixes to _am ordering add: additional int* weights_m pointer in ... jengelh-datetimespielwiese
(edit) @f3461d   11 years Oleksandr removed componentWeights from IS-ordering NOTE/TODO: the induced ... jengelh-datetimespielwiese
(edit) @de0a2a   11 years Oleksandr minor improvements to IS ordering chg: better rDebugPrint output chg: ... jengelh-datetimespielwiese
(edit) @9e26458   11 years martinlee84 fix: avoid wrong registration of coeffs 'integer' fix: removed an ... jengelh-datetimespielwiese
(edit) @f93c5e9   11 years hannes add: new order am: weights on vars and gens jengelh-datetimespielwiese
(edit) @74f51f   11 years Oleksandr fix induced degrees for the Schreyer ordering... NOTE/TODO: it looks ... jengelh-datetimespielwiese
(edit) @e4f491   11 years Oleksandr fix the Schreyer ordering for bigger components... jengelh-datetimespielwiese
(edit) @5c0183   11 years Oleksandr fix the induced Schreyer ordering add: a test due to Chrisian add: ... jengelh-datetimespielwiese
(edit) @2f3764   11 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument jengelh-datetimespielwiese
(edit) @05f61f   11 years hannes fix: warnings jengelh-datetimespielwiese
(edit) @2d2e40   11 years hannes fix: warning messages: unsed variable/parameter jengelh-datetimespielwiese
(edit) @d2f720   11 years ranosch CHG: unused variables jengelh-datetimespielwiese
(edit) @a30e4d   11 years ranosch CHG: static global variable "intvec * pModW" was deprecated, by moving ... jengelh-datetimespielwiese
(edit) @83a1714   12 years Oleksandr FIX: started fixing fetch & imap for transcendental/alg. extensions: ... jengelh-datetimespielwiese
(edit) @f9a64e   12 years hannes fix: sign in p_Content (as gcd ignores signs) jengelh-datetimespielwiese
(edit) @90aec7   12 years hannes fix: p_Content for alg.ext. fix: p_Monic jengelh-datetimespielwiese
(edit) @b38d70   12 years Oleksandr FIX: p_PermPoly (longalg missing 3) FIX: mappings between trans. ... jengelh-datetimespielwiese
(edit) @d0340f   12 years burcin Attempt to fix parsing of polynomials with constant coefficients where ... jengelh-datetimespielwiese
(edit) @85fd90   12 years burcin Fix rChangeCurrRing and make the interpreter pass precision info to ... jengelh-datetimespielwiese
(edit) @aa98be   12 years hannes fix: p_Content for extention fields jengelh-datetimespielwiese
(edit) @e48172   12 years Oleksandr FIX: reenabled/fixed p_SimpleContent (for the use in Singular/janet) jengelh-datetimespielwiese
(edit) @993ae2   12 years Oleksandr FIX: ppNoether belongs to a ring (currRing!?) jengelh-datetimespielwiese
(edit) @1f414c8   12 years Oleksandr CHG: cleaning up Frank's code for alg./trans. extensions + hiding ... jengelh-datetimespielwiese
(edit) @73ad0c   12 years hannes p_Var, p_LOwVar -> p_polys.h, p_polys.cc jengelh-datetimespielwiese
(edit) @b7cfaf   12 years hannes fix: pSeries moved pShift to p_polys::p_Shift jengelh-datetimespielwiese
(edit) @1fdb6e   12 years hannes move code (p_Last) to p_polys.cc jengelh-datetimespielwiese
(edit) @22a09d   12 years hannes order of includes jengelh-datetimespielwiese
(edit) @76fead   12 years hannes syntax fix after rebase jengelh-datetimespielwiese
(edit) @0afa07   12 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs jengelh-datetimespielwiese
(edit) @e5d267   12 years seelisch cancellation of gcd in rat. funct. fields jengelh-datetimespielwiese
(edit) @df43d9   12 years hannes fix tr. 346: p_PermPoly jengelh-datetimespielwiese
(edit) @304ad9b   12 years hannes p_MemCmp.h and p_MemCopy.h are now internal headers jengelh-datetimespielwiese
(edit) @6ccdd3a   12 years seelisch renamed algring; comments; transext.* added jengelh-datetimespielwiese
(edit) @fd01a8   12 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... jengelh-datetimespielwiese
(edit) @cfb500   12 years seelisch ending tests for alg field ext impl (all tests ok) jengelh-datetimespielwiese
(edit) @37c7fc1   12 years Oleksandr FIX: fixed a memory double destruction bug in p_Monic jengelh-datetimespielwiese
(edit) @4a2260e   12 years seelisch more tests run (alg ext fields); some omCheck problems in longrat.cc ... jengelh-datetimespielwiese
(edit) @c28ecf   12 years seelisch alg ext implementation now passing all coeffs and polys tests jengelh-datetimespielwiese
(edit) @f0b01f   12 years seelisch alg ext fields: further development jengelh-datetimespielwiese
(edit) @e432a0   12 years hannes fix: memory leak in p_DivideM jengelh-datetimespielwiese
(edit) @6c5f32   12 years Oleksandr FIX: n_DivBy exists for rings only... FIX: p_Div_nn should always exist! jengelh-datetimespielwiese
(edit) @0654122   12 years seelisch fixes in impl. of alg. ext. field / ifdef factory stuff jengelh-datetimespielwiese
(edit) @abb4787   12 years hannes conversion factory <->singular for poly fix coeff tests for factory jengelh-datetimespielwiese
(edit) @3b0ba67   12 years seelisch small bug fix jengelh-datetimespielwiese
(edit) @69fb9d0   12 years seelisch finished impl. of alg. ext. fields; now testing... jengelh-datetimespielwiese
(edit) @ba2359   12 years seelisch almost finished impl. of algebraic extension jengelh-datetimespielwiese
(edit) @ce3f53c   12 years martinlee84 adapted conversion to and from factory jengelh-datetimespielwiese
(edit) @af598e   12 years Oleksandr ADD: factory-related wrappers (clapsing.cc/.h) FIX: ring-dependent ... jengelh-datetimespielwiese
(edit) @02c42d   12 years Oleksandr FIX: nGetChar -> n_nGetChar jengelh-datetimespielwiese
(edit) @4c6e420   12 years Oleksandr ADD: algring to coeffs (for extension fields via polynomials) FIX: ... jengelh-datetimespielwiese
(edit) @01c1d0   12 years Oleksandr FIX: moved P/minpoly/parameters from ring to coeff jengelh-datetimespielwiese
(edit) @dd693a   12 years hannes fix p_TakeOutComp add p_Vec2Polys jengelh-datetimespielwiese
(edit) @9765f3   12 years hannes fixed pFDeg (not a global variable, but a member of ring) fixed ... jengelh-datetimespielwiese
(edit) @7dce2d7   12 years hannes add comments to some coeff functions add p_EqualPolys fix warnings in ... jengelh-datetimespielwiese
(edit) @3d0808   12 years hannes fix void id_DelDiv(ideal id, const ring r) fix p_DivisibleByRingCase jengelh-datetimespielwiese
(edit) @32d07a5   12 years Oleksandr Adding/Fixing currRing for non-commutative stuff jengelh-datetimespielwiese
(edit) @f7a975   12 years hannes moved simple ideal stuff to simpleideals.h renamed ideals.cc to ... jengelh-datetimespielwiese
(edit) @028192   12 years Oleksandr FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers) jengelh-datetimespielwiese
(edit) @45d2332   12 years Oleksandr FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h! jengelh-datetimespielwiese
(edit) @a4081e5   12 years hannes polys1.cc removed, p_Invers, p_Series ->monomials/p_polys.cc jengelh-datetimespielwiese
(edit) @ba0fc3   12 years hannes p_MinDeg, p_DegW -> p_polys.cc jengelh-datetimespielwiese
(edit) @f550e86   12 years hannes - fixed weights.h - moved Jet routines to p_polys.cc jengelh-datetimespielwiese
(edit) @71ba5b8   12 years hannes removed polys.cc jengelh-datetimespielwiese
(edit) @c6a3eb2   12 years hannes main part of maps.cc jengelh-datetimespielwiese
(edit) @9c83f2   12 years hannes eati -> repoter intvec.* -> misc jengelh-datetimespielwiese
(edit) @4581a96   12 years hannes n_Par, postponing longalg stuff jengelh-datetimespielwiese
(edit) @38500a   12 years Oleksandr - further template fix: added "__T" suffix to _all_ labels (incl. ... jengelh-datetimespielwiese
(edit) @35eaf8   12 years mohamed.barakat - update the build system to build p_Procs.inc - change macros to ... jengelh-datetimespielwiese
(edit) @1389a4   12 years hannes syntax fixes for libpoly, part 8: map stuff jengelh-datetimespielwiese
(edit) @7eb7b5   12 years hannes syntax fixes for libpoly, part 7: ring constructions jengelh-datetimespielwiese
(edit) @5679049   12 years hannes syntax fixes for libpoly, part 2 jengelh-datetimespielwiese
(edit) @8a8c9e   12 years hannes syntax fixes for libpoly, part 1 jengelh-datetimespielwiese
(edit) @6bec87   12 years mohamed.barakat . started migrating polys to automake . further fixes to the include paths jengelh-datetimespielwiese
(edit) @20b794   12 years Oleksandr FIX: first corrections of #include in polys jengelh-datetimespielwiese
(edit) @5698bb   12 years hannes code cleanup: p_SimpleContent: currently not used jengelh-datetimespielwiese
(edit) @852d4b7   12 years hannes code cleanup: pDecrOrdTakeOutComp" jengelh-datetimespielwiese
(edit) @a30a39a   12 years hannes code cleanup: pGetMaxPower, pDivByMonom, pCancelPolyByMonom jengelh-datetimespielwiese
(add) @014b65   12 years mohamed.barakat - moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans ... jengelh-datetimespielwiese
Note: See TracRevisionLog for help on using the revision log.