source: git/libpolys/polys/monomials

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... fieker-DuValspielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt fieker-DuValspielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... fieker-DuValspielwiese
(edit) @cfb500   13 years seelisch ending tests for alg field ext impl (all tests ok) fieker-DuValspielwiese
(edit) @37c7fc1   13 years Oleksandr FIX: fixed a memory double destruction bug in p_Monic fieker-DuValspielwiese
(edit) @4a2260e   13 years seelisch more tests run (alg ext fields); some omCheck problems in longrat.cc ... fieker-DuValspielwiese
(edit) @c28ecf   13 years seelisch alg ext implementation now passing all coeffs and polys tests fieker-DuValspielwiese
(edit) @f0b01f   13 years seelisch alg ext fields: further development fieker-DuValspielwiese
(edit) @7829fb   13 years Oleksandr ADD: trying to solve circular dependencies due to matrix fieker-DuValspielwiese
(edit) @2c41bc   13 years hannes assume cf!=NULL in rDefault fieker-DuValspielwiese
(edit) @17b0b05   13 years hannes fix loading of gftables - fix loading in nfReadTable - fix ... fieker-DuValspielwiese
(edit) @e432a0   13 years hannes fix: memory leak in p_DivideM fieker-DuValspielwiese
(edit) @0276c1   13 years hannes fix: some "unused parameter" warnings fieker-DuValspielwiese
(edit) @6c5f32   13 years Oleksandr FIX: n_DivBy exists for rings only... FIX: p_Div_nn should always exist! fieker-DuValspielwiese
(edit) @0654122   13 years seelisch fixes in impl. of alg. ext. field / ifdef factory stuff fieker-DuValspielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory fieker-DuValspielwiese
(edit) @3b0ba67   13 years seelisch small bug fix fieker-DuValspielwiese
(edit) @69fb9d0   13 years seelisch finished impl. of alg. ext. fields; now testing... fieker-DuValspielwiese
(edit) @ba2359   13 years seelisch almost finished impl. of algebraic extension fieker-DuValspielwiese
(edit) @ce3f53c   13 years martinlee84 adapted conversion to and from factory fieker-DuValspielwiese
(edit) @af598e   13 years Oleksandr ADD: factory-related wrappers (clapsing.cc/.h) FIX: ring-dependent ... fieker-DuValspielwiese
(edit) @02c42d   13 years Oleksandr FIX: nGetChar -> n_nGetChar fieker-DuValspielwiese
(edit) @26c66ae   13 years seelisch use n_Ext, only, for any type of extensions (after discussion with Hans) fieker-DuValspielwiese
(edit) @bfa04e   13 years hannes fix typos minpoly is a poly in r->cf->algring fieker-DuValspielwiese
(edit) @aec5c9   13 years seelisch minpoly replaced by minideal->m[0]; prep for longalg/longtrans fieker-DuValspielwiese
(edit) @4c6e420   13 years Oleksandr ADD: algring to coeffs (for extension fields via polynomials) FIX: ... fieker-DuValspielwiese
(edit) @afa93a   13 years Oleksandr FIX: p_?GetCoeff must test the input fieker-DuValspielwiese
(edit) @f70f641   13 years hannes - rSum, rCopy0: uses now coeffs - some unused variables removed in ... fieker-DuValspielwiese
(edit) @b27c052   13 years Oleksandr ADD: first poly-tests (Sum Up integers 0..N) ADD: GlobalFixup made ... fieker-DuValspielwiese
(edit) @3dbe0bf   13 years hannes rSum: test for equal coeffs mod_raw: simplified fieker-DuValspielwiese
(edit) @95c1fa   13 years Oleksandr FIX: fixes due to separating coeffs into 'cf' fieker-DuValspielwiese
(edit) @9b9ae7   13 years hannes removed rWrite stuff which is now in n_CoeffWrite fieker-DuValspielwiese
(edit) @7a8011   13 years hannes more CoeffWrite: rings, long R, long C fieker-DuValspielwiese
(edit) @01c1d0   13 years Oleksandr FIX: moved P/minpoly/parameters from ring to coeff fieker-DuValspielwiese
(edit) @03bf55   13 years Oleksandr FIX: adaptation of var. name changes for arithmetik rings coauthor: ... fieker-DuValspielwiese
(edit) @17e473   13 years Oleksandr FIX: we can link against libpolys FIX: rField_*(r...) all should call ... fieker-DuValspielwiese
(edit) @1ddd04   13 years hannes rDefault via coeffs fieker-DuValspielwiese
(edit) @294537   13 years Oleksandr FIX: pMinPolyNormalize -> p_MinPolyNormalize fieker-DuValspielwiese
(edit) @13366d   13 years Oleksandr FIX: rSetISReference FIX: sca should not rely on kNF/sca_bba for the ... fieker-DuValspielwiese
(edit) @dd693a   13 years hannes fix p_TakeOutComp add p_Vec2Polys fieker-DuValspielwiese
(edit) @9765f3   13 years hannes fixed pFDeg (not a global variable, but a member of ring) fixed ... fieker-DuValspielwiese
(edit) @7dce2d7   13 years hannes add comments to some coeff functions add p_EqualPolys fix warnings in ... fieker-DuValspielwiese
(edit) @8c9912   13 years Oleksandr ADD: mod_raw is needed for dynamic linkage FIX: expose some needed ... fieker-DuValspielwiese
(edit) @aa450d   13 years Oleksandr FIX: move some minor functions from polys.h -> p_polys.h fieker-DuValspielwiese
(edit) @a665eb   13 years hannes id_HomIdeal, id_MaxIdeal fieker-DuValspielwiese
(edit) @cf02b22   13 years Oleksandr FIX: last fixes to matpol.cc FIX: add "const" for (last) ring ... fieker-DuValspielwiese
(edit) @0a3a629   13 years Oleksandr FIX: fixed the matrix-related inteface: e.g. mpCopy(matrix) -> ... fieker-DuValspielwiese
(edit) @3d0808   13 years hannes fix void id_DelDiv(ideal id, const ring r) fix p_DivisibleByRingCase fieker-DuValspielwiese
(edit) @32d07a5   13 years Oleksandr Adding/Fixing currRing for non-commutative stuff fieker-DuValspielwiese
(edit) @f7a975   13 years hannes moved simple ideal stuff to simpleideals.h renamed ideals.cc to ... fieker-DuValspielwiese
(edit) @028192   13 years Oleksandr FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers) fieker-DuValspielwiese
(edit) @45d2332   13 years Oleksandr FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h! fieker-DuValspielwiese
(edit) @cf5c05   13 years Oleksandr FIX: n_IsUnit! fieker-DuValspielwiese
(edit) @4f0f42   13 years Oleksandr FIX: non-commutative interface in nc/*, main header: nc.h fieker-DuValspielwiese
(edit) @21c6b3   13 years Oleksandr FIX: p_GetMaxExp fieker-DuValspielwiese
(edit) @bb6c8a   13 years Oleksandr FIX: poly-cmp procedures should be in a correct order fieker-DuValspielwiese
(edit) @5948a8   13 years Oleksandr FIX: moving stuff around in order to fix inlines/declarations problems fieker-DuValspielwiese
(edit) @0ceb74   13 years Oleksandr FIX: avoid redefines fieker-DuValspielwiese
(edit) @c45b2dc   13 years martinlee84 deleted forward declaration of static inline functions for I/O fieker-DuValspielwiese
(edit) @20d9284   13 years martinlee84 deleted unneccessary forward declarations in p_polys.h and moved ... fieker-DuValspielwiese
(edit) @0145cb4   13 years hannes p_IsConstantPoly ->p_polys.h fieker-DuValspielwiese
(edit) @c1a2b20   13 years hannes pLength ->p_polys.h fieker-DuValspielwiese
(edit) @a22a82   13 years hannes fix typo fieker-DuValspielwiese
(edit) @5a3ae8   13 years hannes p_SetCompP -> p_polys.h fieker-DuValspielwiese
(edit) @a4081e5   13 years hannes polys1.cc removed, p_Invers, p_Series ->monomials/p_polys.cc fieker-DuValspielwiese
(edit) @c462b55   13 years hannes p_MinComp, p_MaxComp fieker-DuValspielwiese
(edit) @ba0fc3   13 years hannes p_MinDeg, p_DegW -> p_polys.cc fieker-DuValspielwiese
(edit) @f550e86   13 years hannes - fixed weights.h - moved Jet routines to p_polys.cc fieker-DuValspielwiese
(edit) @71ba5b8   13 years hannes removed polys.cc fieker-DuValspielwiese
(edit) @89abbe0   13 years Oleksandr FIX: preimage of a map needs a GB -> separated into preimage.cc fieker-DuValspielwiese
(edit) @c6a3eb2   13 years hannes main part of maps.cc fieker-DuValspielwiese
(edit) @8e45403   13 years hannes longalg in rSum fieker-DuValspielwiese
(edit) @59f768a   13 years Oleksandr ADD: nc_struct (for non-commutative subsystem) fieker-DuValspielwiese
(edit) @b388be   13 years Oleksandr FIX: elimination of currRings fieker-DuValspielwiese
(edit) @ee9101   13 years Oleksandr FIX: (quick and dirty) rInternalChar for OLD rings... fieker-DuValspielwiese
(edit) @48620a   13 years Oleksandr FIX: omAllocBin(char*) fieker-DuValspielwiese
(edit) @0cf29ee   13 years mohamed.barakat maps.{h,cc} are now hosted in polys/monomials fieker-DuValspielwiese
(edit) @613174   13 years hannes rInternalChar removed, n_SetMap fieker-DuValspielwiese
(edit) @9c83f2   13 years hannes eati -> repoter intvec.* -> misc fieker-DuValspielwiese
(edit) @4581a96   13 years hannes n_Par, postponing longalg stuff fieker-DuValspielwiese
(edit) @38500a   13 years Oleksandr - further template fix: added "__T" suffix to _all_ labels (incl. ... fieker-DuValspielwiese
(edit) @35eaf8   13 years mohamed.barakat - update the build system to build p_Procs.inc - change macros to ... fieker-DuValspielwiese
(edit) @1389a4   13 years hannes syntax fixes for libpoly, part 8: map stuff fieker-DuValspielwiese
(edit) @7eb7b5   13 years hannes syntax fixes for libpoly, part 7: ring constructions fieker-DuValspielwiese
(edit) @dd012ca   13 years hannes syntax fixes for libpoly, part 6: char_ptr removed fieker-DuValspielwiese
(edit) @8e0bf8   13 years hannes syntax fixes for libpoly, part 5: options.h fieker-DuValspielwiese
(edit) @351a5f   13 years hannes syntax fixes for libpoly, part 3: ring.cc fieker-DuValspielwiese
(edit) @5679049   13 years hannes syntax fixes for libpoly, part 2 fieker-DuValspielwiese
(edit) @8a8c9e   13 years hannes syntax fixes for libpoly, part 1 fieker-DuValspielwiese
(edit) @6bec87   13 years mohamed.barakat . started migrating polys to automake . further fixes to the include paths fieker-DuValspielwiese
(edit) @20b794   13 years Oleksandr FIX: first corrections of #include in polys fieker-DuValspielwiese
(edit) @5698bb   13 years hannes code cleanup: p_SimpleContent: currently not used fieker-DuValspielwiese
(edit) @852d4b7   13 years hannes code cleanup: pDecrOrdTakeOutComp" fieker-DuValspielwiese
(edit) @a30a39a   13 years hannes code cleanup: pGetMaxPower, pDivByMonom, pCancelPolyByMonom fieker-DuValspielwiese
(add) @014b65   13 years mohamed.barakat - moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.