source: git/libpolys

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e078e0   12 years Oleksandr fixing the build system as suggested by autoreconf & fixing the fix ... spielwiese
(edit) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... spielwiese
(edit) @975db18   12 years Oleksandr implementing PolyCoeffsEnumerator: enumerator for simple iteration ... spielwiese
(edit) @98474f   12 years Oleksandr Abstract iterator/enumerator interfaces + dummies for ClearContent and ... spielwiese
(edit) @805d0b1   12 years Oleksandr improved (standalone!) header for polynomials ... spielwiese
(edit) @644f81   12 years Oleksandr eliminates some more of compiler warnings: "unused result value" spielwiese
(edit) @b807aa0   12 years Oleksandr minor improvements at coeffs add: doxygen chg: avoid access to ... spielwiese
(edit) @48ca29   12 years Oleksandr add: doxygen description spielwiese
(edit) @cffd3e   12 years hannes fix: ringlist with real/complex spielwiese
(edit) @24a9587   12 years hannes add: det for bigintmat spielwiese
(edit) @aaf761   12 years hannes fix: assume in range check spielwiese
(edit) @2fd733   12 years hannes fix: #329, part2: transext spielwiese
(edit) @afda22   12 years hannes fix: #329, part 1: alg. ext spielwiese
(edit) @eea50a   12 years hannes fix: bigintmat-transpose spielwiese
(edit) @bca341   12 years hannes fix: naIsOne, naIsMOne improved: algext.cc::definiteReduce spielwiese
(edit) @510dbc   12 years hannes add: transpose for bigintmat spielwiese
(edit) @599813   12 years Oleksandr minor changes/improvements add: default return value for a ... spielwiese
(edit) @a28cb4f   12 years Oleksandr fix: bug: rOrd_SetCompRequiresSetm was missing 'am' chg: minor cleanup ... spielwiese
(edit) @ebbb9c   12 years hannes fix: assign bigint = something should fail for 1x0 matrices fix: #427, ... spielwiese
(edit) @42253a   12 years martinlee84 chg: deleted fieldGCD related stuff outside of factory spielwiese
(edit) @75f10d   12 years hannes add: bigintmat stuff from master spielwiese
(edit) @5c0bf0   12 years hannes removed: clapsing.cc::primepower: not nedded anymore spielwiese
(edit) @fe02b1   12 years Oleksandr my rewrite of bigintmat as a matrix of numbers from any coeff. domain ... spielwiese
(edit) @84fc1f   12 years Oleksandr moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim) spielwiese
(edit) @9127cc   12 years hannes add: basics for bigintmat spielwiese
(edit) @aa2bcca   12 years hannes fix: #414: output of n in Z/2^m (from master) spielwiese
(edit) @ea1d44c   12 years martinlee84 chg: count factors only in debug version spielwiese
(edit) @3b8a6e   12 years Oleksandr removed AM_LDFLAGS from those Makefile.am where a library is built ... spielwiese
(edit) @9f524d   12 years Oleksandr reverted library packing with LIBADD chg: correct _LDADD chg: no use ... spielwiese
(edit) @4bc0ab9   12 years Oleksandr updated all active automake files: INCLUDES -> AM_CPPFLAGS chg: ... ... spielwiese
(edit) @b4a676   12 years Oleksandr made findexec into a standalone library + removal of resources add: ... spielwiese
(edit) @0c6947   12 years Oleksandr fix includes of 'resources/feFopen.h' spielwiese
(edit) @131ab78   12 years hannes fix: p_Power, p_TewoMonPower for exp > char(k) spielwiese
(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) @f630e4   12 years Oleksandr set coeffs::nNULL if needed... spielwiese
(edit) @47dcc3c   12 years Oleksandr Merge pull request #88 from ederc/sp-devel-texring fix for ... spielwiese
(edit) @3c0498   12 years hannes fix: minpoly in ringlist (Manaul/elimRing.tst) spielwiese
(edit) @619d03   12 years Christian Eder fix for Manual/texring.tst: Adds initialization of r->cf->nNULL spielwiese
(edit) @d42add3   12 years martinlee84 fix: rSum for Zp(a)+Z, Q(a)+Q spielwiese
(edit) @d4fa60   12 years martinlee84 chg: added cfInit_bigint for GF 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) @66b967   12 years Oleksandr gmp_float::is(One|MOne|Zero) are const methods 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) @7089a9   12 years martinlee84 fix: init of short reals from bigint 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) @8df232   12 years martinlee84 fix: init of real and complex numbers from bigints 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) @ece30c   12 years Oleksandr Revert "fix the opposite 64bit-compiler-test at ... spielwiese
(edit) @3b2b4c7   12 years Oleksandr cleaned up the resource search pathes 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) @860bce   12 years Oleksandr repaired dyn_modules/bigintm fix: adaptation to spielwiese chg: use ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @02fe5f   12 years Oleksandr change: n_Init for mpz_t is called n_InitMPZ now spielwiese
(edit) @260672   12 years Oleksandr minor cleanup chg: better indentation chg: converted comments into ... spielwiese
(edit) @772990   12 years Oleksandr fix the package install FIX: install all needed headers (e.g. for ... spielwiese
(edit) @1f5565d   12 years Oleksandr added HWeyl add: experimental handling of homogenized Weyl algebras ... spielwiese
(edit) @f23cce   12 years Oleksandr fix testing libpoly (due to NC&GB thing) 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) @f2d314   12 years Oleksandr fix the opposite 64bit-compiler-test at libpolys/misc/mylimits.h 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) @65c5f5   12 years hannes chg: make the simple part of nlInpAdd an inline routine, hide the rest spielwiese
Note: See TracRevisionLog for help on using the revision log.