source: git/libpolys/coeffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e8fd36   11 years martinlee84 fix: missing check for n_Zp spielwiese
(edit) @e76d8cb   11 years ren fix: nonexistant overflow during numbers->float throwing error spielwiese
(edit) @ce7f16   11 years boehm Commented out IsPrime spielwiese
(edit) @41e8b3   11 years Oleksandr Merge pull request #285 from mmklee/fix_sw fix: interchanged dst and src spielwiese
(edit) @fb875f1   11 years martinlee84 fix: interchanged dst and src spielwiese
(edit) @236a4c   11 years ren fix: number to float conversion on 64bit machines spielwiese
(edit) @de27d8   11 years hannes fix: intdiv/intmod/chinrem copied from master spielwiese
(edit) @656985   11 years Oleksandr Fix the remaining wrongs due to API change: PrintS+StringAppendS -> ... spielwiese
(edit) @34bed3   11 years hannes fix: default proc for cfCoeffIsEqual spielwiese
(edit) @66ce6d   11 years martinlee84 chg: got rid of ringtype spielwiese
(edit) @558f3cc   11 years Oleksandr Fix: make positive leading coeff at normalizing! spielwiese
(edit) @7ee69f   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Due to Max Horn's "Include stddef.h before gmp.h" spielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... spielwiese
(edit) @80c703   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Fixing 'make check' due to Hans's "chg: ... spielwiese
(edit) @538512   11 years hannes chg: StringAppend/StringSetS/StringEndS: use multiple times spielwiese
(edit) @7aff627   11 years hannes chg: 64bit temp. disabled spielwiese
(edit) @135e78   11 years hannes fix: 64bit fix: nlNeg spielwiese
(edit) @ce0455   11 years hannes fix: select 64bit inline int on 64bit machines spielwiese
(edit) @c3304a   11 years martinlee84 fix: tests spielwiese
(edit) @dc07cbe   11 years martinlee84 chg: memory management spielwiese
(edit) @5a0b78   11 years martinlee84 fix: printing of coeffs Z and Z/2^m spielwiese
(edit) @d51f0bf   11 years martinlee84 fix: nr2mSetMap spielwiese
(edit) @c7d05f   11 years martinlee84 fix: tests of coeffs due to fixes of Z/* spielwiese
(edit) @488056   11 years martinlee84 fix: more fixes to init of Z/* spielwiese
(edit) @8c6bd4d   11 years martinlee84 fix: init Z/* from bigint's spielwiese
(edit) @0486a3   11 years martinlee84 fix: init of Z/n^m - now takes a ZnmInfo with modBase=n and modExponent=m spielwiese
(edit) @f489bea   11 years martinlee84 fix: init of Z/2^m spielwiese
(edit) @ea25bc   11 years martinlee84 chg: renamed Zpn to Znm spielwiese
(edit) @9f4478   11 years martinlee84 fix: missing changes from master spielwiese
(edit) @240fe3   12 years jengelh build: use simpler relative path specifications Cosmetic only. It ... spielwiese
(edit) @a2da9e   11 years hannes fix: init of coeffs in rings spielwiese
(edit) @12777c   11 years hannes fix: signed int overflow in nlMult spielwiese
(edit) @5e28ea   11 years Oleksandr Temporary removed -Winline TODO: revert this upon starting optimizing ... spielwiese
(edit) @8e7e6d4   11 years Oleksandr Testing with -ftrapv spielwiese
(edit) @3feb05   11 years adi_popescum 64 bits for Spielwiese 3 spielwiese
(edit) @8710ff0   12 years martinlee84 chg: 64bit integers in factory by Adi Popescu spielwiese
(edit) @dc79bd   11 years Oleksandr Major Update for Enumerators + Fixes for Algrbraic & Transcendental ... spielwiese
(edit) @fff6150   12 years Oleksandr added -Winline compiler option: warn when a function marked inline ... spielwiese
(edit) @9952bd   12 years Oleksandr Changed enumerators to handle empty sets just like C# does chg: ... spielwiese
(edit) @8181f5   12 years Oleksandr moved the description of 'struct snumber' to longrat.h and documented ... spielwiese
(edit) @fd201f   12 years Oleksandr install (sub)libraries to corrrect locations spielwiese
(edit) @17228e   12 years hannes fix: make check (for non-dbug version) removed: static.h spielwiese
(edit) @2b43ac   12 years francois.bissey Make debuging objects (_g) a configure option. spielwiese
(edit) @6caad65   12 years Oleksandr warnings elimination chg: uninitialized fake variables chg: "'const' ... spielwiese
(edit) @d8b0997   12 years hannes fix: npInit for large ints spielwiese
(edit) @3216ec   12 years hannes add: extgcd for bigint spielwiese
(edit) @285a39   12 years hannes fix: nlContent spielwiese
(edit) @39d731   12 years hannes fix: nlClearDenom/nlContent: lead coeff >0 spielwiese
(edit) @7326063   12 years hannes chg: IntDiv/IntMod postponed spielwiese
(edit) @e11ed0   12 years hannes fix: nlClearDenominator: less nlNormalize, positive leadcoeff spielwiese
(edit) @824c47   12 years hannes chg: mod/div for bigint spielwiese
(edit) @560a3d   12 years Oleksandr fixing bug (use of non-initialized value) in nlClearDenominators and ... spielwiese
(edit) @b317e9   12 years hannes fix: memory management in nlClearDenominator spielwiese
(edit) @d1d27f1   12 years hannes add: nlClearContent spielwiese
(edit) @4f9652   12 years hannes add: nlClearContent spielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... spielwiese
(edit) @868735   12 years Oleksandr removal of the dirty "include gmp.h without C++ declarations" hack ... spielwiese
(edit) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... spielwiese
(edit) @98474f   12 years Oleksandr Abstract iterator/enumerator interfaces + dummies for ClearContent and ... spielwiese
(edit) @b807aa0   12 years Oleksandr minor improvements at coeffs add: doxygen chg: avoid access to ... spielwiese
(edit) @cffd3e   12 years hannes fix: ringlist with real/complex spielwiese
(edit) @aaf761   12 years hannes fix: assume in range check 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) @ebbb9c   12 years hannes fix: assign bigint = something should fail for 1x0 matrices fix: #427, ... spielwiese
(edit) @75f10d   12 years hannes add: bigintmat stuff from master 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) @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) @854405   12 years hannes chg: move feFopen to findexec dir. 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) @619d03   12 years Christian Eder fix for Manual/texring.tst: Adds initialization of r->cf->nNULL spielwiese
(edit) @d4fa60   12 years martinlee84 chg: added cfInit_bigint for GF 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) @7089a9   12 years martinlee84 fix: init of short reals from bigint spielwiese
(edit) @8df232   12 years martinlee84 fix: init of real and complex numbers from bigints spielwiese
(edit) @fc2746   12 years Oleksandr fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been ... 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) @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) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @47ab5b   12 years Oleksandr fixing real (GMP) complex numbers (n_long_C) fix: this domain also ... spielwiese
(edit) @65c5f5   12 years hannes chg: make the simple part of nlInpAdd an inline routine, hide the rest spielwiese
(edit) @cc3240c   12 years hannes fix: nlInplAdd failed to simplify in some cases spielwiese
(edit) @72486f0   12 years Oleksandr fix test program in factory (uses omalloc & findexec + misc + reporter ... spielwiese
(edit) @7938a0f   12 years hannes add: n_Farey, n_ChineseRemainder (from master) spielwiese
(edit) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
Note: See TracRevisionLog for help on using the revision log.