source: git/libpolys/coeffs/modulop.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29fc71e   7 years hannes code cleanup: remoived unused stuff: longrat0, modulop spielwiese
(edit) @8d1432e   7 years hannes use of CoeffWrite/CoeffName/CoeffString p1 spielwiese
(edit) @3c0710   7 years hannes 4-1-0: sources spielwiese
(edit) @9a1960   8 years hannes Singular_4_1: CoeffName spielwiese
(edit) @f5e732   8 years hannes compiler warnings spielwiese
(edit) @961c76   8 years hannes chg: n_IsMOne for Z/2: maybe n_Zp, n_Zn, n_Z2m spielwiese
(edit) @780c1b   8 years hannes format spielwiese
(edit) @f8735a   8 years hannes Singular_4_1: some new CoeffString routines spielwiese
(edit) @6d0515d   8 years hannes chg: use real values for better readability in assume spielwiese
(edit) @a1299c   8 years hannes chg: modulop: invers via table not for p<=32003, but NV_MAX_PRIME spielwiese
(edit) @9b88e6   8 years hannes format: (long)0 -> 0L etc. spielwiese
(edit) @fc2acf   9 years Oleksandr Testing correctness in trans ext spielwiese
(edit) @6d92ca   9 years hannes chg: n_write does not call n_Normalize any more spielwiese
(edit) @777f8b   9 years hannes chg: n_Int returns long instead of int spielwiese
(edit) @75f460   9 years hannes format spielwiese
(edit) @c2bd74   9 years hannes fix: NV_OP bug spielwiese
(edit) @2206753   9 years Oleksandr Hiding all the implementation details (or adding the counting) mostly ... spielwiese
(edit) @6a70f3   9 years hannes use standard names: int_number -> mpz_prt, NATNUMBER ->unsigned long spielwiese
(edit) @ac000b6   9 years Oleksandr Fix nd* functions to be only used for default initialization of ... spielwiese
(edit) @0d97a85   10 years hannes cfRandom: part 2 spielwiese
(edit) @14ace0   10 years hannes cfRandom: part 1 spielwiese
(edit) @eb55f8a   10 years Oleksandr There should be no *Test in assume call (and no assume in *Test definition) spielwiese
(edit) @cc16f0   10 years hannes chg: n_Power slightly optimized for some cf spielwiese
(edit) @6a1aa7   10 years hannes preparation for more integer representations n_Init_bigint: ... spielwiese
(edit) @36a8e9   10 years hannes general nCoeff_is_field, nCoeff_is_domain spielwiese
(edit) @ec89bb4   10 years hannes chg: nNeg -> nInpNeg, also n_InpNeg, cfInpNeg spielwiese
(edit) @ed371e   10 years hannes chg: add n_Ann, remove some nIntDiv, remove nIntDiv spielwiese
(edit) @2f864f   10 years adi_popescum add: cfQuot1 spielwiese
(edit) @f1d2c9   10 years hannes mvoed siRand to libpolys/misc/sirandom.* spielwiese
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... spielwiese
(edit) @850277   10 years hannes chg: moved reading/writing numbers via ssi to coeffs (p.1) spielwiese
(edit) @95eeda   10 years max Silence warning about implicit typecast spielwiese
(edit) @45cc512   10 years hannes chg: rCharstr is now a wrapper for r->cf->cfCoeffString fixes also: ... spielwiese
(edit) @dc4782   10 years hannes chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC spielwiese
(edit) @601105   10 years hannes chg: use syzComp in initenterstrongPairs spielwiese
(edit) @805db88   10 years Oleksandr Avoid "if ((P)) " since clang treats such statements specially spielwiese
(edit) @e2202ee   11 years hannes fix: compiler warnings (64bit/const char*) spielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... spielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) spielwiese
(edit) @d8b0997   12 years hannes fix: npInit for large ints spielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... 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) @a74143   12 years Oleksandr inverse computation over Zp CHG: simplified extGCD in nvInvMod (due ... spielwiese
(edit) @e77676   12 years Oleksandr Zp cleanup (no more coeffs::npPrimeM) CHG: removed coeffs::npPrimeM ... spielwiese
(edit) @40e88db   12 years Oleksandr hidden private internal decarations and definitions (nv*) within modulop.cc spielwiese
(edit) @79020f   12 years Oleksandr fixed arithmetic overflow by rewriting nlModP CHG: nlModP (longrat) ... spielwiese
(edit) @ebdaa1   12 years mohamed.barakat minor fixes after last rebase make works make check works spielwiese
(edit) @03f7b5   13 years Oleksandr ADD: detailed printing vs typing for coeff. domains (mostly - minpoly ... spielwiese
(edit) @d663f2   13 years Oleksandr FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!) spielwiese
(edit) @bc1fdb   13 years Oleksandr CHG: npInt: result is in -p/2..p/2 due to Singular conventions (Hans!) spielwiese
(edit) @0461f0   13 years Oleksandr ADD: added sainity tests inside modulop CHG: 'npInt' returns the ... spielwiese
(edit) @22a09d   13 years hannes order of includes 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) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs spielwiese
(edit) @f0797c   13 years seelisch char and ringtype related stuff spielwiese
(edit) @b19ab84   13 years hannes add some missing routines to coeffs spielwiese
(edit) @c262d5   13 years hannes warnings removed from modulop.cc spielwiese
(edit) @1983c3   13 years hannes removed unused global vars from modulop.cc fix for coeffs/test-g 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) @eca225   13 years hannes factory to number: Z/p spielwiese
(edit) @c7e3d7   13 years hannes cfCoeffWrite introduced spielwiese
(edit) @691dba   13 years Oleksandr FIX: use #include "config.h" everywhere 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.