source: git/libpolys/polys/ext_fields/algext.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... fieker-DuValspielwiese
(edit) @c8e7d63   10 years hannes fix: setting minpoly twice with invalid minpolys (tr.579) fieker-DuValspielwiese
(edit) @6352ad   10 years hannes fix: rComposeC fieker-DuValspielwiese
(edit) @181954   10 years hannes fix: transz.ext -> alg.ext mapping fieker-DuValspielwiese
(edit) @616d685   10 years hannes add: farey for alg./trans. extensions fieker-DuValspielwiese
(edit) @e79e26   10 years hannes add: chinese remainder for alg./trans. extensions fieker-DuValspielwiese
(edit) @14086c2   10 years hannes add: provide fetch and imap for Z/p(a) <--> Q(a) fieker-DuValspielwiese
(edit) @45cc512   10 years hannes chg: rCharstr is now a wrapper for r->cf->cfCoeffString fixes also: ... fieker-DuValspielwiese
(edit) @dc4782   10 years hannes chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC fieker-DuValspielwiese
(edit) @1ab8c4   11 years martinlee84 chg: comment about simple_Alloc fieker-DuValspielwiese
(edit) @ecf4a6a   11 years martinlee84 chg: added has_simple_Inverse to init in algext and transext fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @35564a5   11 years Oleksandr An attempt to explicitely declare all used templates in order to use ... fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @70305c5   11 years hannes fix: better error tests for alg.ext. fieker-DuValspielwiese
(edit) @dc42daf   11 years fieker an attempt to introduce better normalization for polynomials over ... fieker-DuValspielwiese
(edit) @6909cfb   11 years ren fix: -Wunused-variable warnings fieker-DuValspielwiese
(edit) @7600fb1   11 years martinlee84 fix: also map denominators fieker-DuValspielwiese
(edit) @5523765   11 years martinlee84 chg: extended naCopyTrans2AlgExt fieker-DuValspielwiese
(edit) @87343b   11 years martinlee84 fixed fetch/imap so far still misses map from trans to alg extensions fieker-DuValspielwiese
(edit) @628f663   11 years martinlee84 chg: towards correct imap fieker-DuValspielwiese
(edit) @e961571   11 years hannes fix: naGcd/naLcm fieker-DuValspielwiese
(edit) @95c826   11 years martinlee84 fix: some simple bugs in comparison fieker-DuValspielwiese
(edit) @f3057e7   11 years martinlee84 fix: missing naKillChar fieker-DuValspielwiese
(edit) @558f3cc   11 years Oleksandr Fix: make positive leading coeff at normalizing! fieker-DuValspielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... fieker-DuValspielwiese
(edit) @07ff96   11 years hannes optim. multiplication/equality test for algext.cc fieker-DuValspielwiese
(edit) @2466d22   12 years hannes fix: naPower(0) fieker-DuValspielwiese
(edit) @20c540   12 years Oleksandr Preparing the removal of Frank's p_Monic/p_Gcd/p_ExtGcd from common ... fieker-DuValspielwiese
(edit) @dc79bd   12 years Oleksandr Major Update for Enumerators + Fixes for Algrbraic & Transcendental ... fieker-DuValspielwiese
(edit) @865b20   12 years Oleksandr fixed a bug in naInvers for the case of non-irreducible minpoly and ... fieker-DuValspielwiese
(edit) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... fieker-DuValspielwiese
(edit) @644f81   12 years Oleksandr eliminates some more of compiler warnings: "unused result value" fieker-DuValspielwiese
(edit) @afda22   12 years hannes fix: #329, part 1: alg. ext fieker-DuValspielwiese
(edit) @bca341   12 years hannes fix: naIsOne, naIsMOne improved: algext.cc::definiteReduce fieker-DuValspielwiese
(edit) @7e9f12   12 years Oleksandr removed minimal ideal from AlgExtInfo infavour of qring chg: algext. ... fieker-DuValspielwiese
(edit) @dd668f   12 years Oleksandr use minideal (instead of qideal) in rCompose chg: use qideal instead ... fieker-DuValspielwiese
(edit) @3c0498   12 years hannes fix: minpoly in ringlist (Manaul/elimRing.tst) fieker-DuValspielwiese
(edit) @1090a98   12 years Oleksandr fix n_Int of ZERO number over extension fields (alg & trans) fieker-DuValspielwiese
(edit) @da5d77   12 years Oleksandr minor changes to ParDeg chg: ndParDeg is a static function add: ... fieker-DuValspielwiese
(edit) @7fee876   12 years Oleksandr moved prarameter-handling to coeffs from rings.* and related fixes ... fieker-DuValspielwiese
(edit) @ce1f78   12 years Oleksandr fixed short/long output of coeffs depending on ShortOut/CanShortOut ... fieker-DuValspielwiese
(edit) @da0565b   12 years Oleksandr fix "equal coeffs test" in preimage. fieker-DuValspielwiese
(edit) @4d94c97   12 years Oleksandr improved n[at]CoeffIsEqual chg: they should test the *equality* of ... fieker-DuValspielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument fieker-DuValspielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) fieker-DuValspielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... fieker-DuValspielwiese
(edit) @2d2e40   12 years hannes fix: warning messages: unsed variable/parameter fieker-DuValspielwiese
(edit) @a8c479   12 years Christian Eder undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm ... fieker-DuValspielwiese
(edit) @41530b   12 years Christian Eder fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst ) fieker-DuValspielwiese
(edit) @58f11d0   12 years hannes fix: normal form for algext::naRead, Test for algext fieker-DuValspielwiese
(edit) @61b2e16   13 years Oleksandr FIX: bigints <-> numbers fieker-DuValspielwiese
(edit) @146c603   12 years hannes fix: nlModP (should not use nvDiv/npDiv implement conversion to/from ... fieker-DuValspielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... fieker-DuValspielwiese
(edit) @f681a60   13 years Oleksandr FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works! fieker-DuValspielwiese
(edit) @36ef6e0   13 years hannes fix: naLcm was implemented in a wrong way fieker-DuValspielwiese
(edit) @3c4a33   13 years burcin Fix more instances of n*Copy() calls instead of n_Copy(). fieker-DuValspielwiese
(edit) @c14846c   13 years hannes fix: n?SetMap should return ndCopyMap for equal coeffs fieker-DuValspielwiese
(edit) @6f6b9d   13 years hannes fix: naSetMap fieker-DuValspielwiese
(edit) @331fd0   13 years hannes fix: naSetMap fieker-DuValspielwiese
(edit) @e852125   13 years hannes fix naEqual (Tst/Old/agnes.tst) fieker-DuValspielwiese
(edit) @35e86e   13 years hannes fix: naPower/ntPower for exp 0,1,-1 fieker-DuValspielwiese
(edit) @ec5ec8   13 years Oleksandr CHG: better tests for input data ADD: ref++ for the ground ring fieker-DuValspielwiese
(edit) @a55ef0   13 years Oleksandr FIX: output the Frank's extension fields in the old Singular way (in ... fieker-DuValspielwiese
(edit) @dbcf787   13 years Oleksandr FIX: another bug: DBTest/cfDBTest is available only if LDEBUG is defined fieker-DuValspielwiese
(edit) @e82417   13 years Oleksandr ADD: new function "int n_IsParam(number m, const ring r)" a-la onld p_Var fieker-DuValspielwiese
(edit) @6637ee   13 years Oleksandr ADD: new function: number n_Param(iParameter,ring) - creates a number ... fieker-DuValspielwiese
(edit) @1f414c8   13 years Oleksandr CHG: cleaning up Frank's code for alg./trans. extensions + hiding ... fieker-DuValspielwiese
(edit) @0afa07   13 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs fieker-DuValspielwiese
(edit) @2c7f28   13 years seelisch impl. of rat. funct. fields (no tests yet, no cancellation of gcd's yet) fieker-DuValspielwiese
(edit) @6ccdd3a   13 years seelisch renamed algring; comments; transext.* added fieker-DuValspielwiese
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... fieker-DuValspielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs fieker-DuValspielwiese
(edit) @cdf22a9   13 years seelisch using negative chars: needs to be discussed fieker-DuValspielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt fieker-DuValspielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... fieker-DuValspielwiese
(edit) @cfb500   13 years seelisch ending tests for alg field ext impl (all tests ok) fieker-DuValspielwiese
(edit) @4a2260e   13 years seelisch more tests run (alg ext fields); some omCheck problems in longrat.cc ... fieker-DuValspielwiese
(edit) @c28ecf   13 years seelisch alg ext implementation now passing all coeffs and polys tests fieker-DuValspielwiese
(edit) @f0b01f   13 years seelisch alg ext fields: further development fieker-DuValspielwiese
(edit) @0654122   13 years seelisch fixes in impl. of alg. ext. field / ifdef factory stuff fieker-DuValspielwiese
(edit) @0fb5991   13 years seelisch fixes so that libpoly builds without compiler errors in algext.cc ... fieker-DuValspielwiese
(edit) @ba2359   13 years seelisch almost finished impl. of algebraic extension fieker-DuValspielwiese
(add) @fba6f18   13 years seelisch alg. ext. fields: 1st impl. and 1st tests fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.