source: git/libpolys/polys/ext_fields

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... spielwiese
(edit) @644f81   12 years Oleksandr eliminates some more of compiler warnings: "unused result value" spielwiese
(edit) @2fd733   12 years hannes fix: #329, part2: transext spielwiese
(edit) @afda22   12 years hannes fix: #329, part 1: alg. ext spielwiese
(edit) @bca341   12 years hannes fix: naIsOne, naIsMOne improved: algext.cc::definiteReduce spielwiese
(edit) @7e9f12   12 years Oleksandr removed minimal ideal from AlgExtInfo infavour of qring chg: algext. ... spielwiese
(edit) @dd668f   12 years Oleksandr use minideal (instead of qideal) in rCompose chg: use qideal instead ... spielwiese
(edit) @3c0498   12 years hannes fix: minpoly in ringlist (Manaul/elimRing.tst) spielwiese
(edit) @1090a98   12 years Oleksandr fix n_Int of ZERO number over extension fields (alg & trans) spielwiese
(edit) @da5d77   12 years Oleksandr minor changes to ParDeg chg: ndParDeg is a static function add: ... 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) @da0565b   12 years Oleksandr fix "equal coeffs test" in preimage. spielwiese
(edit) @4d94c97   12 years Oleksandr improved n[at]CoeffIsEqual chg: they should test the *equality* of ... spielwiese
(edit) @28216f   12 years martinlee84 fix: ntGetDenom & ntGetNumerator spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @69672d   12 years hannes fix: pardeg spielwiese
(edit) @237b4dd   12 years hannes fix: introduce ntNormalize spielwiese
(edit) @c8e030   12 years hannes fix: normalization while mapping spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @2d2e40   12 years hannes fix: warning messages: unsed variable/parameter spielwiese
(edit) @a8c479   12 years Christian Eder undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm ... spielwiese
(edit) @41530b   12 years Christian Eder fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst ) spielwiese
(edit) @58f11d0   12 years hannes fix: normal form for algext::naRead, Test for algext spielwiese
(edit) @1374bc   12 years hannes Fix: normalform for transext::ntDiv, Tests for transext spielwiese
(edit) @61b2e16   12 years Oleksandr FIX: bigints <-> numbers spielwiese
(edit) @146c603   12 years hannes fix: nlModP (should not use nvDiv/npDiv implement conversion to/from ... spielwiese
(edit) @fc4977   12 years hannes fix: conversion of transext to/from factory spielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @f681a60   13 years Oleksandr FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works! spielwiese
(edit) @83a1714   13 years Oleksandr FIX: started fixing fetch & imap for transcendental/alg. extensions: ... spielwiese
(edit) @36ef6e0   13 years hannes fix: naLcm was implemented in a wrong way spielwiese
(edit) @b38d70   13 years Oleksandr FIX: p_PermPoly (longalg missing 3) FIX: mappings between trans. ... spielwiese
(edit) @3c4a33   13 years burcin Fix more instances of n*Copy() calls instead of n_Copy(). spielwiese
(edit) @a0acbc   13 years burcin Fix typo where ntCopy() was called instead of n_Copy(). spielwiese
(edit) @c14846c   13 years hannes fix: n?SetMap should return ndCopyMap for equal coeffs spielwiese
(edit) @a0a9f0   13 years burcin Try to fix printing of coefficients in transcendental extensions again. spielwiese
(edit) @6f6b9d   13 years hannes fix: naSetMap spielwiese
(edit) @331fd0   13 years hannes fix: naSetMap spielwiese
(edit) @1577ebd   13 years hannes implented: ntGcd, ntLcm spielwiese
(edit) @31c731   13 years hannes fix some mapping stuff: alg.ext -> transz. ext. spielwiese
(edit) @a195ed   13 years burcin Add a simple implementation of cfKillChar for transcendental extensions. spielwiese
(edit) @a5071b9   13 years burcin Fix printing of coefficients in transcendental extensions. The new ... spielwiese
(edit) @e852125   13 years hannes fix naEqual (Tst/Old/agnes.tst) spielwiese
(edit) @35e86e   13 years hannes fix: naPower/ntPower for exp 0,1,-1 spielwiese
(edit) @0edcce   13 years Oleksandr FIX: fixed the standard macro (Frank's) bug... spielwiese
(edit) @ec5ec8   13 years Oleksandr CHG: better tests for input data ADD: ref++ for the ground ring spielwiese
(edit) @a55ef0   13 years Oleksandr FIX: output the Frank's extension fields in the old Singular way (in ... spielwiese
(edit) @dbcf787   13 years Oleksandr FIX: another bug: DBTest/cfDBTest is available only if LDEBUG is defined spielwiese
(edit) @e82417   13 years Oleksandr ADD: new function "int n_IsParam(number m, const ring r)" a-la onld p_Var spielwiese
(edit) @6637ee   13 years Oleksandr ADD: new function: number n_Param(iParameter,ring) - creates a number ... spielwiese
(edit) @1f414c8   13 years Oleksandr CHG: cleaning up Frank's code for alg./trans. extensions + hiding ... spielwiese
(edit) @7b2b05   13 years hannes removed longalg.*, longtrans.* (we use now algext.*, transext.*) 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) @06df101   13 years seelisch handled nested fractions (when over Q), found bug in longrat.cc (see ... spielwiese
(edit) @2d3091c   13 years seelisch test for trac ticket #308 with new implementation (result is instantaneous) spielwiese
(edit) @e5d267   13 years seelisch cancellation of gcd in rat. funct. fields spielwiese
(edit) @010f3b   13 years seelisch more tests for transcendental case spielwiese
(edit) @de90c01   13 years seelisch poly_tests for transcendental ext fields spielwiese
(edit) @18dab28   13 years hannes fix unseless includes of polys-impl.h spielwiese
(edit) @2c7f28   13 years seelisch impl. of rat. funct. fields (no tests yet, no cancellation of gcd's yet) spielwiese
(edit) @6ccdd3a   13 years seelisch renamed algring; comments; transext.* added spielwiese
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... spielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs spielwiese
(edit) @cdf22a9   13 years seelisch using negative chars: needs to be discussed spielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt spielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... spielwiese
(edit) @cfb500   13 years seelisch ending tests for alg field ext impl (all tests ok) 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) @f0b01f   13 years seelisch alg ext fields: further development spielwiese
(edit) @0654122   13 years seelisch fixes in impl. of alg. ext. field / ifdef factory stuff spielwiese
(edit) @0fb5991   13 years seelisch fixes so that libpoly builds without compiler errors in algext.cc ... spielwiese
(edit) @ba2359   13 years seelisch almost finished impl. of algebraic extension spielwiese
(edit) @fba6f18   13 years seelisch alg. ext. fields: 1st impl. and 1st tests spielwiese
(edit) @02c42d   13 years Oleksandr FIX: nGetChar -> n_nGetChar spielwiese
(edit) @691dba   13 years Oleksandr FIX: use #include "config.h" everywhere spielwiese
(edit) @32d07a5   13 years Oleksandr Adding/Fixing currRing for non-commutative stuff spielwiese
(edit) @f7a975   13 years hannes moved simple ideal stuff to simpleideals.h renamed ideals.cc to ... spielwiese
(edit) @6fd69c   13 years hannes napoly -> poly spielwiese
(edit) @16f8f1   13 years Oleksandr ADD: minor changes to coeffs, numbers and tests spielwiese
(edit) @32bd40   13 years mohamed.barakat several minor include fixes spielwiese
(edit) @20b794   13 years Oleksandr FIX: first corrections of #include in polys 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.