source: git/libpolys/coeffs/longrat.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @ef7324   11 years hannes fix: nlPower with exp==0 return 1 spielwiese
(edit) @de27d8   11 years hannes fix: intdiv/intmod/chinrem copied from master spielwiese
(edit) @558f3cc   11 years Oleksandr Fix: make positive leading coeff at normalizing! 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) @9f4478   11 years martinlee84 fix: missing changes from master spielwiese
(edit) @12777c   11 years hannes fix: signed int overflow in nlMult 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) @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) @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) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... spielwiese
(edit) @ce1f78   12 years Oleksandr fixed short/long output of coeffs depending on ShortOut/CanShortOut ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument 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) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
(edit) @7453b4   12 years hannes chg: farey changes from master spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @0a3fa3   12 years Oleksandr bug in nlModP (longrat.cc:1294) ADD: test mapping of -7/5 from Q into ... 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) @146c603   12 years hannes fix: nlModP (should not use nvDiv/npDiv implement conversion to/from ... spielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @32cc7e   13 years burcin Implement setting precision of real and complex coefficient domains. spielwiese
(edit) @c14846c   13 years hannes fix: n?SetMap should return ndCopyMap for equal coeffs spielwiese
(edit) @d663f2   13 years Oleksandr FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!) spielwiese
(edit) @045efb   13 years Oleksandr ADD: conversion between numbers and mpz_t (GMP integers) spielwiese
(edit) @e8c8d5   13 years hannes n_Farey, n_ChineseRemainder -> coeffs.h spielwiese
(edit) @22a09d   13 years hannes order of includes spielwiese
(edit) @0afa07   13 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs spielwiese
(edit) @d12f186   13 years seelisch bug in coeffs.h, removing nested fractions in ext. fields over Q spielwiese
(edit) @e5d267   13 years seelisch cancellation of gcd in rat. funct. fields spielwiese
(edit) @f59722   13 years hannes convert to inline routine: nlInpMult spielwiese
(edit) @9bb5457   13 years hannes fixed warning about unused paramaters in coeffs spielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs spielwiese
(edit) @9eb0f9   13 years Oleksandr FIX: test coeffs using factory AND ntl (without public use of factory ... spielwiese
(edit) @4a2260e   13 years seelisch more tests run (alg ext fields); some omCheck problems in longrat.cc ... spielwiese
(edit) @c28ecf   13 years seelisch alg ext implementation now passing all coeffs and polys tests spielwiese
(edit) @9f1a52   13 years Oleksandr FIX: fixed the inplace addition in n_Q (longrat) spielwiese
(edit) @121fd9   13 years hannes add: ndCoeffsIsEqual: generic case,parameter unsed fix: some "unused ... spielwiese
(edit) @577888   13 years hannes add ndKillChar to n_R, n_Q spielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory spielwiese
(edit) @a934fc8   13 years hannes factory -> number: Q spielwiese
(edit) @8167af   13 years hannes nlCoeffWrite spielwiese
(edit) @691dba   13 years Oleksandr FIX: use #include "config.h" everywhere spielwiese
(edit) @630ca9   13 years Oleksandr FIX: separate debug/optimized flags for resources and coeffs FIX: ... spielwiese
(edit) @e69b7c   13 years hannes fixes for p_Mult_q.cc (buckets still missing) spielwiese
(edit) @ea11dc   13 years mohamed.barakat fixed longrat.{cc,h} spielwiese
(add) @014b65   13 years mohamed.barakat - moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans ... spielwiese
Note: See TracRevisionLog for help on using the revision log.