source: git/libpolys/coeffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a44bcf   11 years hannes add: checks for rational coeff. in rational functions spielwiese
(edit) @b56249   11 years Oleksandr Misc fixes due to building on Mac OS X 10.6 fix: no ... spielwiese
(edit) @f0af17   11 years hannes fix: work around aggressive optimizations (syModStd) spielwiese
(edit) @bdda8c2   11 years hannes add: handling signals in system calls, p2 spielwiese
(edit) @008939   11 years hannes fix: tr. #409 (Leif Leonhardy from sage) spielwiese
(edit) @81384b   11 years ren new: newest version of callgfanlib package as master branch also ... spielwiese
(edit) @f17318   11 years hannes chg: removed SI_THREADS (unsed code) spielwiese
(edit) @95a471f   11 years hannes fix: better constructors for float stuff spielwiese
(edit) @5cd658f   11 years hannes fix: avoid spurious messages in debug output (unless debugging mpr stuff) spielwiese
(edit) @a122f4   11 years hannes fix: n may be divisible by 2^...: not a bug(n==0) in this case spielwiese
(edit) @9d68fd   11 years hannes fix: better tests and normalization for subst spielwiese
(edit) @8c2815d   11 years ren fix: missing sign when converting number to float spielwiese
(edit) @2ad754   11 years ren chg: added brackets around floating numbers fixed latex lib and ... spielwiese
(edit) @b39b313   11 years boehm Fix for integer std spielwiese
(edit) @21b9ef   11 years Oleksandr Added n_Print for printing numbers during debugging spielwiese
(edit) @2e4ec14   11 years ren fix: -Wunused-parameter warnings spielwiese
(edit) @ef7324   11 years hannes fix: nlPower with exp==0 return 1 spielwiese
(edit) @00d2a4   11 years Oleksandr Fixed the usage pattern for StringEndS spielwiese
(edit) @cbe144   11 years boehm Changed errors to warnings in debug mode spielwiese
(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   12 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   12 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
Note: See TracRevisionLog for help on using the revision log.