source: git/libpolys/polys

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @854405   12 years hannes chg: move feFopen to findexec dir. spielwiese
(edit) @a10fdf   12 years hannes fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large ... spielwiese
(edit) @16c400   12 years Oleksandr fix rDelete should delete qideal! spielwiese
(edit) @7e9f12   12 years Oleksandr removed minimal ideal from AlgExtInfo infavour of qring chg: algext. ... spielwiese
(edit) @bcfd11a   12 years Oleksandr elimination of rMinpolyIsNULL in favour of nCoeff_is_algExt fix ... spielwiese
(edit) @dd668f   12 years Oleksandr use minideal (instead of qideal) in rCompose chg: use qideal instead ... spielwiese
(edit) @3c0498   12 years hannes fix: minpoly in ringlist (Manaul/elimRing.tst) spielwiese
(edit) @d42add3   12 years martinlee84 fix: rSum for Zp(a)+Z, Q(a)+Q spielwiese
(edit) @1090a98   12 years Oleksandr fix n_Int of ZERO number over extension fields (alg & trans) spielwiese
(edit) @da5d77   12 years Oleksandr minor changes to ParDeg chg: ndParDeg is a static function add: ... spielwiese
(edit) @7fee876   12 years Oleksandr moved prarameter-handling to coeffs from rings.* and related fixes ... spielwiese
(edit) @ce1f78   12 years Oleksandr fixed short/long output of coeffs depending on ShortOut/CanShortOut ... spielwiese
(edit) @cd9796   12 years Oleksandr added real const pointers due to typedefs NOTE: ... spielwiese
(edit) @da0565b   12 years Oleksandr fix "equal coeffs test" in preimage. spielwiese
(edit) @4d94c97   12 years Oleksandr improved n[at]CoeffIsEqual chg: they should test the *equality* of ... spielwiese
(edit) @90934a   12 years Oleksandr better rEqual & rSamePolyRep fix: they both should test the equality ... spielwiese
(edit) @55e2df0   12 years Oleksandr added p_EqualPolys for elements over _equal_ rings spielwiese
(edit) @2c0c30   12 years Oleksandr fix: rDelete didn't care about reference counter... should it? NOTE: ... spielwiese
(edit) @dad9fb   12 years Oleksandr Merge pull request #82 from mmklee/bug_fixes_sw Bug fixes sw spielwiese
(edit) @788fdf   12 years hannes fix: p_deg/p_GetOrder for ordering am spielwiese
(edit) @28216f   12 years martinlee84 fix: ntGetDenom & ntGetNumerator spielwiese
(edit) @90f57e   12 years martinlee84 fix: n_PermNumber spielwiese
(edit) @39af60   12 years martinlee84 fix: rSumInternal for Z/p+Z/p(a) and Q+Q(a) or Q+Z/p(a) spielwiese
(edit) @3a8a0d9   12 years Oleksandr fixes to _am ordering add: additional int* weights_m pointer in ... spielwiese
(edit) @9b1590   12 years Oleksandr made rSetISReference to copy leading term only spielwiese
(edit) @f3461d   12 years Oleksandr removed componentWeights from IS-ordering NOTE/TODO: the induced ... spielwiese
(edit) @de0a2a   12 years Oleksandr minor improvements to IS ordering chg: better rDebugPrint output chg: ... spielwiese
(edit) @fc2746   12 years Oleksandr fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been ... spielwiese
(edit) @9e26458   12 years martinlee84 fix: avoid wrong registration of coeffs 'integer' fix: removed an ... spielwiese
(edit) @ece1ce   12 years hannes fix: rCompose/NegOffset for ordering am/ spielwiese
(edit) @f93c5e9   12 years hannes add: new order am: weights on vars and gens spielwiese
(edit) @f323dd1   12 years hannes chg: move feResource to findexec lib spielwiese
(edit) @7ee1907   12 years hannes chg: update to ssi-3 spielwiese
(edit) @6fcb1b3   12 years Oleksandr fixing 32bit via 64bit issues fix: removed typedef for long64 from ... spielwiese
(edit) @74f51f   12 years Oleksandr fix induced degrees for the Schreyer ordering... NOTE/TODO: it looks ... spielwiese
(edit) @e4f491   12 years Oleksandr fix the Schreyer ordering for bigger components... spielwiese
(edit) @5c0183   12 years Oleksandr fix the induced Schreyer ordering add: a test due to Chrisian add: ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @260672   12 years Oleksandr minor cleanup chg: better indentation chg: converted comments into ... spielwiese
(edit) @1f5565d   12 years Oleksandr added HWeyl add: experimental handling of homogenized Weyl algebras ... spielwiese
(edit) @232bbd5   12 years Oleksandr switchable NC-extensions add/chg: two more non-commutative (special ... spielwiese
(edit) @64f0ca   12 years Oleksandr proper hack for SCA fix: SCA test + initialization fix: GB over a SCA ... spielwiese
(edit) @80ca3c   12 years Oleksandr NC-subsystem preparations fix: gnc_GB properly add: gb_hack.h to help ... spielwiese
(edit) @1ffd5a   12 years Oleksandr fix libpolys/polys dependency on an installed factory... spielwiese
(edit) @825966   12 years Oleksandr function-to-function/object warnings fix the warnings using a union ... spielwiese
(edit) @a3aa3f   12 years hannes fix: setting pLdeg/pLdegOrig spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @69672d   12 years hannes fix: pardeg spielwiese
(edit) @5b3e93   12 years Oleksandr install the dynamicly loaded modules (for specific rings) aside with ... spielwiese
(edit) @e65b1a4   12 years Oleksandr fix libfac on case-insensitive file systems CHG: renamed ... spielwiese
(edit) @47ab5b   12 years Oleksandr fixing real (GMP) complex numbers (n_long_C) fix: this domain also ... spielwiese
(edit) @237b4dd   12 years hannes fix: introduce ntNormalize spielwiese
(edit) @c8e030   12 years hannes fix: normalization while mapping spielwiese
(edit) @e71b67   12 years hannes fix: debug version used P_Procs from *.so, now uses *_g.so spielwiese
(edit) @c2e8c5   12 years julien.puydt added missing 'r' (ring argument) spielwiese
(edit) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
(edit) @05f61f   12 years hannes fix: warnings spielwiese
(edit) @6c98d52   12 years hannes chg: compiler warnings in kutil.cc spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... spielwiese
(edit) @b7d64b   12 years Oleksandr adaptation/fix due to SW build system FIX: don't distribute generated ... spielwiese
(edit) @f0168a5   12 years Oleksandr enable char_series FIX: readd / uncomment / enable char_series spielwiese
(edit) @81845eb   12 years Oleksandr final adaptation to libfac merged into factory FIX: no libfac_* vars ... spielwiese
(edit) @67c1dc   12 years martinlee84 adaptation of spielwiese for libfac chg: switched on interface for ... spielwiese
(edit) @4d0cbc7   12 years Oleksandr further elimination of idhdl from libpolys/ & kernel/ spielwiese
(edit) @c92097b   12 years martinlee84 chg: changed behaviour of sqrfree with optional argument 3 (according ... spielwiese
(edit) @69ed52   12 years hannes fix: set r->pLexOrder from r->LexOrder spielwiese
(edit) @5fb90e   12 years hannes chg: move P_setGlobals to ring.cc, to be called from rComplete spielwiese
(edit) @f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master spielwiese
(edit) @3ef9c8   12 years martinlee84 chg: changes in factory interface and iparith.cc accordingly to master spielwiese
(edit) @da6156   12 years Oleksandr moved tHomog to kernel/structs.h from libpolys/polys/monomials/ring.h ... spielwiese
(edit) @2d2e40   12 years hannes fix: warning messages: unsed variable/parameter spielwiese
(edit) @8b46459   12 years Oleksandr MP_INT -> mpz_t adaptation of libpolys/ spielwiese
(edit) @a8c479   12 years Christian Eder undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm ... spielwiese
(edit) @41530b   12 years Christian Eder fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst ) spielwiese
(edit) @58f11d0   12 years hannes fix: normal form for algext::naRead, Test for algext spielwiese
(edit) @1374bc   12 years hannes Fix: normalform for transext::ntDiv, Tests for transext spielwiese
(edit) @e554162   12 years Oleksandr CHG: INT_MAX -> MAX_INT_VAL spielwiese
(edit) @aa2b525   12 years Oleksandr ADD/FIX: use omSizeWOfBin(bin_ptr) instead of ((bin_ptr)->sizeW) (due ... spielwiese
(edit) @4fdf15   12 years Oleksandr CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ... spielwiese
(edit) @c2eeb7   12 years Oleksandr CHG: no need in .a versions of module -libraries (polys/...) spielwiese
(edit) @cfbfd92   12 years Oleksandr CHG: libpolys/polys/templates_p_Procs_Generate needs libomalloc??? spielwiese
(edit) @7c5f743   12 years Oleksandr ADD: try using ${abs_*}-variables in several Makefile.am's spielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! spielwiese
(edit) @a2cdd62   12 years hannes fix: avoid limits.h spielwiese
(edit) @ce2576   12 years martinlee84 FIX: conversion over algebraic extensions and partly transcendental ... spielwiese
(edit) @61b2e16   12 years Oleksandr FIX: bigints <-> numbers spielwiese
(edit) @ebdaa1   12 years mohamed.barakat minor fixes after last rebase make works make check works spielwiese
(edit) @146c603   12 years hannes fix: nlModP (should not use nvDiv/npDiv implement conversion to/from ... spielwiese
(edit) @fc4977   12 years hannes fix: conversion of transext to/from factory spielwiese
(edit) @0033111   12 years hannes syntax fix spielwiese
(edit) @d2f720   12 years ranosch CHG: unused variables spielwiese
(edit) @a30e4d   12 years ranosch CHG: static global variable "intvec * pModW" was deprecated, by moving ... spielwiese
(edit) @ee1f01   12 years ranosch CHG: commented out unused(!?) functions spielwiese
(edit) @021751   12 years ranosch FIX: empty debug function-macros should better be: ((void) 0/1) spielwiese
(edit) @7ea62f6   12 years Oleksandr CHG: install MOD under libexec/singular/ spielwiese
(edit) @03f7b5   12 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @5f4015a   12 years Oleksandr ADD: assume (p!=q) for the procedures, which destroy both arguments ... spielwiese
(edit) @f681a60   12 years Oleksandr FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works! spielwiese
(edit) @3f5d6f   12 years Oleksandr FIX: printing vs. typing of a quotient ring ADD: tests for printing vs ... spielwiese
Note: See TracRevisionLog for help on using the revision log.