source: git/libpolys/coeffs/coeffs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66ce6d   11 years martinlee84 chg: got rid of ringtype spielwiese
(edit) @ea25bc   11 years martinlee84 chg: renamed Zpn to Znm spielwiese
(edit) @dc79bd   11 years Oleksandr Major Update for Enumerators + Fixes for Algrbraic & Transcendental ... spielwiese
(edit) @3216ec   12 years hannes add: extgcd for bigint 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) @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) @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) @cd9796   12 years Oleksandr added real const pointers due to typedefs NOTE: ... spielwiese
(edit) @7ee1907   12 years hannes chg: update to ssi-3 spielwiese
(edit) @860bce   12 years Oleksandr repaired dyn_modules/bigintm fix: adaptation to spielwiese chg: use ... spielwiese
(edit) @2f3764   12 years Oleksandr n_Init and p_ISet take a "long" (instead of "int") argument spielwiese
(edit) @02fe5f   12 years Oleksandr change: n_Init for mpz_t is called n_InitMPZ now spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @7938a0f   12 years hannes add: n_Farey, n_ChineseRemainder (from master) spielwiese
(edit) @4b38e3   12 years Oleksandr coeffs: removed nInternalChar in favour of n_GetChar spielwiese
(edit) @e77676   12 years Oleksandr Zp cleanup (no more coeffs::npPrimeM) CHG: removed coeffs::npPrimeM ... spielwiese
(edit) @61b2e16   12 years Oleksandr FIX: bigints <-> numbers spielwiese
(edit) @fc4977   12 years hannes fix: conversion of transext to/from factory spielwiese
(edit) @03f7b5   12 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @e969ab6   13 years burcin GF coeffs now print short by default if the parameter name is < 2 chars. spielwiese
(edit) @32cc7e   13 years burcin Implement setting precision of real and complex coefficient domains. spielwiese
(edit) @dfc60c8   13 years hannes split feOpt.* to feOptGen.* (to produce feOpt*.inc) and feOpt.* (for ... spielwiese
(edit) @94a065c   13 years hannes fix cfImPart (coeffs.h) spielwiese
(edit) @cfecd2   13 years hannes add n_RePart and n_ImPart to coeffs.h spielwiese
(edit) @8a5c49   13 years hannes fix ipassign.cc, extra.cc spielwiese
(edit) @045efb   13 years Oleksandr ADD: conversion between numbers and mpz_t (GMP integers) spielwiese
(edit) @a0432f   13 years burcin Fixed Singular/ipconv.cc (if it breaks it's Oleksandr's fault). spielwiese
(edit) @f9591a   13 years hannes id_ChineseRemainder spielwiese
(edit) @e8c8d5   13 years hannes n_Farey, n_ChineseRemainder -> coeffs.h spielwiese
(edit) @920581   13 years Oleksandr CHG: moved GFInfo to coeffs.h spielwiese
(edit) @0461f0   13 years Oleksandr ADD: added sainity tests inside modulop CHG: 'npInt' returns the ... spielwiese
(edit) @9b3700   13 years martinlee84 added n_ExtGcd, n_IntMod and n_DivComp to coeffs.h added currRing, ... spielwiese
(edit) @44d5ad   13 years seelisch added documentation in coeffs.h spielwiese
(edit) @0afa07   13 years seelisch removed cfPar, cfParDeg, n_Par, n_ParDeg, ndPar, ndParDeg from coeffs spielwiese
(edit) @6a7368   13 years Oleksandr FIX: IsRing should be available for DivBy!? spielwiese
(edit) @5469a9   13 years Oleksandr FIX: n_DivBy should work for fields as well! spielwiese
(edit) @3159bc   13 years Oleksandr FIX: Bug fix: n->cfCopy MUST be ndCopy BUT NOT 'nd_Copy' by default! spielwiese
(edit) @353caa   13 years Oleksandr ADD: exposing const char *n_Read(const char * s, number * a, const ... spielwiese
(edit) @44d898   13 years Oleksandr ADD: n_DivBy should be _always_ visible! spielwiese
(edit) @d12f186   13 years seelisch bug in coeffs.h, removing nested fractions in ext. fields over Q 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) @e676cd   13 years Oleksandr FIX: Doxygen style comments spielwiese
(edit) @f0797c   13 years seelisch char and ringtype related stuff spielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt spielwiese
(edit) @48a994   13 years seelisch factory-related includes spielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... spielwiese
(edit) @9eb0f9   13 years Oleksandr FIX: test coeffs using factory AND ntl (without public use of factory ... spielwiese
(edit) @fa1d48   13 years martinlee84 enabled factory by default and included factory.h in coeffs.h spielwiese
(edit) @9144617   13 years Oleksandr ADD: trying to avoid factory as much as possible (build without...?) spielwiese
(edit) @529fa4   13 years hannes add: nChineseRemainder/idChineseRemainder spielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory spielwiese
(edit) @fba6f18   13 years seelisch alg. ext. fields: 1st impl. and 1st tests spielwiese
(edit) @eca225   13 years hannes factory to number: Z/p spielwiese
(edit) @26c66ae   13 years seelisch use n_Ext, only, for any type of extensions (after discussion with Hans) spielwiese
(edit) @aec5c9   13 years seelisch minpoly replaced by minideal->m[0]; prep for longalg/longtrans spielwiese
(edit) @4c6e420   13 years Oleksandr ADD: algring to coeffs (for extension fields via polynomials) FIX: ... spielwiese
(edit) @6c084af   13 years Oleksandr ADD: CoeffWrite for n_R (shortfl.cc) ADD: test function pointers ... spielwiese
(edit) @3dbe0bf   13 years hannes rSum: test for equal coeffs mod_raw: simplified spielwiese
(edit) @01c1d0   13 years Oleksandr FIX: moved P/minpoly/parameters from ring to coeff spielwiese
(edit) @c7e3d7   13 years hannes cfCoeffWrite introduced spielwiese
(edit) @17e473   13 years Oleksandr FIX: we can link against libpolys FIX: rField_*(r...) all should call ... spielwiese
(edit) @7dce2d7   13 years hannes add comments to some coeff functions add p_EqualPolys fix warnings in ... spielwiese
(edit) @0ef3f51   13 years hannes moved compatiblity stuff to number.h moved public stuff (tersts) to ... spielwiese
(edit) @028192   13 years Oleksandr FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers) spielwiese
(edit) @e69b7c   13 years hannes fixes for p_Mult_q.cc (buckets still missing) spielwiese
(edit) @16f8f1   13 years Oleksandr ADD: minor changes to coeffs, numbers and tests spielwiese
(edit) @4581a96   13 years hannes n_Par, postponing longalg stuff spielwiese
(edit) @35eaf8   13 years mohamed.barakat - update the build system to build p_Procs.inc - change macros to ... spielwiese
(edit) @1389a4   13 years hannes syntax fixes for libpoly, part 8: map stuff spielwiese
(edit) @5679049   13 years hannes syntax fixes for libpoly, part 2 spielwiese
(edit) @8a8c9e   13 years hannes syntax fixes for libpoly, part 1 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.