source: git/libpolys/coeffs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7258bd   10 years hannes fix: more charstr stuff (tr.237): Z/(n^m) fieker-DuValspielwiese
(edit) @0acf3e   10 years hannes fix: more charstr stuff (tr.237) fieker-DuValspielwiese
(edit) @45cc512   10 years hannes chg: rCharstr is now a wrapper for r->cf->cfCoeffString fixes also: ... fieker-DuValspielwiese
(edit) @5b5409b   10 years hannes flint stuff: move optional parts to the end in coeffs fieker-DuValspielwiese
(edit) @dc4782   10 years hannes chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC fieker-DuValspielwiese
(edit) @40971d   10 years hannes chg: simplified npNegM fieker-DuValspielwiese
(edit) @e8cd08   10 years boehm Fix for Cygwin: cast to pointer from integer of different size fieker-DuValspielwiese
(edit) @a2f79c   10 years hannes fix: compiler warning fieker-DuValspielwiese
(edit) @601105   10 years hannes chg: use syzComp in initenterstrongPairs fieker-DuValspielwiese
(edit) @805db88   10 years Oleksandr Avoid "if ((P)) " since clang treats such statements specially fieker-DuValspielwiese
(edit) @e2202ee   11 years hannes fix: compiler warnings (64bit/const char*) fieker-DuValspielwiese
(edit) @17bdb2   11 years Oleksandr Don't use -release PKG_VER for all libraries fieker-DuValspielwiese
(edit) @eb76e8   11 years Oleksandr fix: AMLDFLAGS -> AM_LDFLAGS fieker-DuValspielwiese
(edit) @a0dfbc   11 years martinlee84 fix: compiliation error in debug mode fieker-DuValspielwiese
(edit) @caf5880   11 years martinlee84 chg: moved QlogSize from tgb.cc to longrat.h fieker-DuValspielwiese
(edit) @4154bb   11 years Oleksandr Fix "if (deg=0)" in new exp. coeffs (see issue #374) fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @d80dec   11 years martinlee84 fix: nrMapQ (conversion of rationals to short precision floats) fieker-DuValspielwiese
(edit) @8f26a44   11 years Oleksandr Assure that config.h was generated on 'compatible' cpu (same size of long) fieker-DuValspielwiese
(edit) @3ee806   11 years hannes fix: convert to string: allways return defined results fieker-DuValspielwiese
(edit) @87977c7   11 years Oleksandr Merge pull request #342 from YueRen/spielwiese Spielwiese fieker-DuValspielwiese
(edit) @e9d581   11 years hannes add: concat for intmat, bigintmat fieker-DuValspielwiese
(edit) @e44b149   11 years ren fix: missed assume for allowing empty bigintmats fieker-DuValspielwiese
(edit) @83192d   11 years Oleksandr Fixing the including of "config.h"-files before any other headers + ... fieker-DuValspielwiese
(edit) @778b36   11 years hannes chg: simplified nlDiv from master fieker-DuValspielwiese
(edit) @90e49f7   11 years hannes chg: simplified nlNormalize from master fieker-DuValspielwiese
(edit) @e3f523   11 years Oleksandr Misc changes to BS and others fix: GMP-checking will looks at CPATH ... fieker-DuValspielwiese
(edit) @0bfec5   11 years hannes add: univariate dense algebraic extensions fieker-DuValspielwiese
(edit) @6d67eb9   11 years hannes removes useless setting of cfKillChar fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @9ba92b   11 years Oleksandr BS cleanup: singular targets (no simultanious debug version) fieker-DuValspielwiese
(edit) @2c889f   11 years Oleksandr Code update corresponding to renaming findexec into resources fieker-DuValspielwiese
(edit) @240295   11 years hannes add: n_InpAdd from master fieker-DuValspielwiese
(edit) @a44bcf   11 years hannes add: checks for rational coeff. in rational functions fieker-DuValspielwiese
(edit) @b56249   11 years Oleksandr Misc fixes due to building on Mac OS X 10.6 fix: no ... fieker-DuValspielwiese
(edit) @f0af17   11 years hannes fix: work around aggressive optimizations (syModStd) fieker-DuValspielwiese
(edit) @bdda8c2   11 years hannes add: handling signals in system calls, p2 fieker-DuValspielwiese
(edit) @008939   11 years hannes fix: tr. #409 (Leif Leonhardy from sage) fieker-DuValspielwiese
(edit) @81384b   11 years ren new: newest version of callgfanlib package as master branch also ... fieker-DuValspielwiese
(edit) @f17318   11 years hannes chg: removed SI_THREADS (unsed code) fieker-DuValspielwiese
(edit) @95a471f   11 years hannes fix: better constructors for float stuff fieker-DuValspielwiese
(edit) @5cd658f   11 years hannes fix: avoid spurious messages in debug output (unless debugging mpr stuff) fieker-DuValspielwiese
(edit) @a122f4   11 years hannes fix: n may be divisible by 2^...: not a bug(n==0) in this case fieker-DuValspielwiese
(edit) @9d68fd   11 years hannes fix: better tests and normalization for subst fieker-DuValspielwiese
(edit) @8c2815d   11 years ren fix: missing sign when converting number to float fieker-DuValspielwiese
(edit) @2ad754   11 years ren chg: added brackets around floating numbers fixed latex lib and ... fieker-DuValspielwiese
(edit) @b39b313   11 years boehm Fix for integer std fieker-DuValspielwiese
(edit) @21b9ef   11 years Oleksandr Added n_Print for printing numbers during debugging fieker-DuValspielwiese
(edit) @2e4ec14   11 years ren fix: -Wunused-parameter warnings fieker-DuValspielwiese
(edit) @ef7324   11 years hannes fix: nlPower with exp==0 return 1 fieker-DuValspielwiese
(edit) @00d2a4   11 years Oleksandr Fixed the usage pattern for StringEndS fieker-DuValspielwiese
(edit) @cbe144   11 years boehm Changed errors to warnings in debug mode fieker-DuValspielwiese
(edit) @e8fd36   11 years martinlee84 fix: missing check for n_Zp fieker-DuValspielwiese
(edit) @e76d8cb   11 years ren fix: nonexistant overflow during numbers->float throwing error fieker-DuValspielwiese
(edit) @ce7f16   11 years boehm Commented out IsPrime fieker-DuValspielwiese
(edit) @41e8b3   11 years Oleksandr Merge pull request #285 from mmklee/fix_sw fix: interchanged dst and src fieker-DuValspielwiese
(edit) @fb875f1   11 years martinlee84 fix: interchanged dst and src fieker-DuValspielwiese
(edit) @236a4c   11 years ren fix: number to float conversion on 64bit machines fieker-DuValspielwiese
(edit) @de27d8   11 years hannes fix: intdiv/intmod/chinrem copied from master fieker-DuValspielwiese
(edit) @656985   11 years Oleksandr Fix the remaining wrongs due to API change: PrintS+StringAppendS -> ... fieker-DuValspielwiese
(edit) @34bed3   11 years hannes fix: default proc for cfCoeffIsEqual fieker-DuValspielwiese
(edit) @66ce6d   11 years martinlee84 chg: got rid of ringtype fieker-DuValspielwiese
(edit) @558f3cc   11 years Oleksandr Fix: make positive leading coeff at normalizing! fieker-DuValspielwiese
(edit) @7ee69f   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Due to Max Horn's "Include stddef.h before gmp.h" fieker-DuValspielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... fieker-DuValspielwiese
(edit) @80c703   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Fixing 'make check' due to Hans's "chg: ... fieker-DuValspielwiese
(edit) @538512   11 years hannes chg: StringAppend/StringSetS/StringEndS: use multiple times fieker-DuValspielwiese
(edit) @7aff627   11 years hannes chg: 64bit temp. disabled fieker-DuValspielwiese
(edit) @135e78   11 years hannes fix: 64bit fix: nlNeg fieker-DuValspielwiese
(edit) @ce0455   11 years hannes fix: select 64bit inline int on 64bit machines fieker-DuValspielwiese
(edit) @c3304a   11 years martinlee84 fix: tests fieker-DuValspielwiese
(edit) @dc07cbe   11 years martinlee84 chg: memory management fieker-DuValspielwiese
(edit) @5a0b78   11 years martinlee84 fix: printing of coeffs Z and Z/2^m fieker-DuValspielwiese
(edit) @d51f0bf   11 years martinlee84 fix: nr2mSetMap fieker-DuValspielwiese
(edit) @c7d05f   11 years martinlee84 fix: tests of coeffs due to fixes of Z/* fieker-DuValspielwiese
(edit) @488056   11 years martinlee84 fix: more fixes to init of Z/* fieker-DuValspielwiese
(edit) @8c6bd4d   11 years martinlee84 fix: init Z/* from bigint's fieker-DuValspielwiese
(edit) @0486a3   11 years martinlee84 fix: init of Z/n^m - now takes a ZnmInfo with modBase=n and modExponent=m fieker-DuValspielwiese
(edit) @f489bea   11 years martinlee84 fix: init of Z/2^m fieker-DuValspielwiese
(edit) @ea25bc   11 years martinlee84 chg: renamed Zpn to Znm fieker-DuValspielwiese
(edit) @9f4478   11 years martinlee84 fix: missing changes from master fieker-DuValspielwiese
(edit) @240fe3   12 years jengelh build: use simpler relative path specifications Cosmetic only. It ... fieker-DuValspielwiese
(edit) @a2da9e   12 years hannes fix: init of coeffs in rings fieker-DuValspielwiese
(edit) @12777c   12 years hannes fix: signed int overflow in nlMult fieker-DuValspielwiese
(edit) @5e28ea   12 years Oleksandr Temporary removed -Winline TODO: revert this upon starting optimizing ... fieker-DuValspielwiese
(edit) @8e7e6d4   12 years Oleksandr Testing with -ftrapv fieker-DuValspielwiese
(edit) @3feb05   12 years adi_popescum 64 bits for Spielwiese 3 fieker-DuValspielwiese
(edit) @8710ff0   12 years martinlee84 chg: 64bit integers in factory by Adi Popescu fieker-DuValspielwiese
(edit) @dc79bd   12 years Oleksandr Major Update for Enumerators + Fixes for Algrbraic & Transcendental ... fieker-DuValspielwiese
(edit) @fff6150   12 years Oleksandr added -Winline compiler option: warn when a function marked inline ... fieker-DuValspielwiese
(edit) @9952bd   12 years Oleksandr Changed enumerators to handle empty sets just like C# does chg: ... fieker-DuValspielwiese
(edit) @8181f5   12 years Oleksandr moved the description of 'struct snumber' to longrat.h and documented ... fieker-DuValspielwiese
(edit) @fd201f   12 years Oleksandr install (sub)libraries to corrrect locations fieker-DuValspielwiese
(edit) @17228e   12 years hannes fix: make check (for non-dbug version) removed: static.h fieker-DuValspielwiese
(edit) @2b43ac   12 years francois.bissey Make debuging objects (_g) a configure option. fieker-DuValspielwiese
(edit) @6caad65   12 years Oleksandr warnings elimination chg: uninitialized fake variables chg: "'const' ... fieker-DuValspielwiese
(edit) @d8b0997   12 years hannes fix: npInit for large ints fieker-DuValspielwiese
(edit) @3216ec   12 years hannes add: extgcd for bigint fieker-DuValspielwiese
(edit) @285a39   12 years hannes fix: nlContent fieker-DuValspielwiese
(edit) @39d731   12 years hannes fix: nlClearDenom/nlContent: lead coeff >0 fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.